mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-24 07:00:49 +08:00
feat: add whitelist register mode
This commit is contained in:
9
src/main/java/com/openisle/model/RegisterMode.java
Normal file
9
src/main/java/com/openisle/model/RegisterMode.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package com.openisle.model;
|
||||
|
||||
/**
|
||||
* Application-wide user registration mode.
|
||||
*/
|
||||
public enum RegisterMode {
|
||||
DIRECT,
|
||||
WHITELIST
|
||||
}
|
||||
Reference in New Issue
Block a user