Skip to content

Commit 4961d0c

Browse files
committed
[Chore] #204 - 더미 유저정보 추가
1 parent 5286ff7 commit 4961d0c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • Neki-iOS/Core/Sources/Auth/Sources/Domain/Sources/Entities

Neki-iOS/Core/Sources/Auth/Sources/Domain/Sources/Entities/User.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ public struct User: Sendable, Equatable, Codable {
1616
let providerType: ProviderType
1717
var allRequiredTermsAgreed: Bool
1818
}
19+
20+
extension User {
21+
static var dummy: Self { User(id: -1, nickname: "-", email: nil, profileImageURL: nil, providerType: .local, allRequiredTermsAgreed: true) }
22+
}

0 commit comments

Comments
 (0)