Skip to content

Commit a74cb41

Browse files
committed
(TP-77) feat: add AuthType
1 parent beeaf49 commit a74cb41

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package kattsyn.dev.rentplace.enums;
2+
3+
public enum AuthType {
4+
5+
AUTH_LOGIN,
6+
AUTH_REGISTER
7+
8+
}

0 commit comments

Comments
 (0)