Added verify-login #70

This commit is contained in:
2022-10-16 12:06:18 +02:00
parent 3fe8e1503c
commit ba881aefa8
9 changed files with 93 additions and 47 deletions

View File

@@ -12,5 +12,6 @@ export enum ServiceErrorCode {
ConnectionFailed = 8,
Timeout = 9,
MailError = 10
MailError = 10,
Unauthorized = 11
}