We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beeaf49 commit a74cb41Copy full SHA for a74cb41
1 file changed
rentplace/src/main/java/kattsyn/dev/rentplace/enums/AuthType.java
@@ -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