summary refs log tree commit diff
path: root/util/src/config/types/LoginConfiguration.ts
diff options
context:
space:
mode:
Diffstat (limited to 'util/src/config/types/LoginConfiguration.ts')
-rw-r--r--util/src/config/types/LoginConfiguration.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/src/config/types/LoginConfiguration.ts b/util/src/config/types/LoginConfiguration.ts
new file mode 100644
index 00000000..255c9451
--- /dev/null
+++ b/util/src/config/types/LoginConfiguration.ts
@@ -0,0 +1,3 @@
+export class LoginConfiguration {
+    requireCaptcha: boolean = false;
+}
\ No newline at end of file