test-cases:

* completed test cases
* tested for all dbs
This commit is contained in:
lemonScaletech
2023-09-12 19:09:37 +05:30
parent 80e8b3aaac
commit 96fdc38c3c
13 changed files with 230 additions and 58 deletions

View File

@@ -455,6 +455,7 @@ type User struct {
RevokedTimestamp *int64 `json:"revoked_timestamp"`
IsMultiFactorAuthEnabled *bool `json:"is_multi_factor_auth_enabled"`
AppData map[string]interface{} `json:"app_data"`
TotpVerified *bool `json:"totp_verified"`
}
type Users struct {