summaryrefslogtreecommitdiffstats
path: root/ui/src/interfaces.ts
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-04-26 09:21:20 -0700
committerDessalines <happydooby@gmail.com>2019-04-26 09:21:20 -0700
commite3651e76bb781c706aad93cc3eb9732aafaaa20b (patch)
tree75afc28e66c59818dbd41f269dd5dfee0462fd67 /ui/src/interfaces.ts
parent9b9e57a69db85e033310b6712d2e2a3bc98d1443 (diff)
Spam
Diffstat (limited to 'ui/src/interfaces.ts')
-rw-r--r--ui/src/interfaces.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/interfaces.ts b/ui/src/interfaces.ts
index 4fa30d18..51582f3a 100644
--- a/ui/src/interfaces.ts
+++ b/ui/src/interfaces.ts
@@ -330,7 +330,7 @@ export interface RegisterForm {
email?: string;
password: string;
password_verify: string;
- spam_timer: number;
+ spam_timeri: number;
admin: boolean;
}