feat: 회원가입 pushToken 추가
This commit is contained in:
@@ -32,6 +32,7 @@ final class SignUpViewModel: ObservableObject {
|
||||
let request = SignUpRequest(
|
||||
email: email,
|
||||
password: password,
|
||||
pushToken: UserDefaults.string(forKey: .pushToken),
|
||||
marketingPid: UserDefaults.string(forKey: .marketingPid),
|
||||
isAgreeTermsOfService: true,
|
||||
isAgreePrivacyPolicy: true
|
||||
|
||||
Reference in New Issue
Block a user