feat: implement checking if email verification is enabled or not, change appearance of auth
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
47d5063bb7
commit
f39ff00b3b
3 changed files with 40 additions and 3 deletions
|
@ -53,3 +53,12 @@ export interface UserResponse {
|
|||
email?: string,
|
||||
email_verified?: boolean
|
||||
}
|
||||
|
||||
export interface StatsResponse {
|
||||
accounts: number,
|
||||
uptime: number,
|
||||
version: string,
|
||||
registration_enabled: boolean,
|
||||
email_verification_required: boolean,
|
||||
build_number: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue