Skip to content

Commit

Permalink
[FEATURE] #15 : 최초 로그인 사용자 상태 이넘 클래스 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Oct 10, 2023
1 parent d797c8d commit 862c900
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.wap.wapp.core.domain.model

enum class AuthState {
SIGN_IN, SIGN_UP
}

0 comments on commit 862c900

Please sign in to comment.