feat: 회원가입 pushToken 추가

This commit is contained in:
Yu Sung
2025-04-22 18:47:53 +09:00
parent c19b53767b
commit 47265363dd
2 changed files with 2 additions and 0 deletions

View File

@@ -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