You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-23 11:02:35 +03:00
Database model to save user email verification codes
This commit is contained in:
@@ -39,6 +39,7 @@ impl StorageBackend for PostgresqlBackend {
|
||||
type SessionData = i64;
|
||||
type UserData = i64;
|
||||
type UserEmailData = i64;
|
||||
type UserEmailVerificationData = i64;
|
||||
}
|
||||
|
||||
impl StorageBackendMarker for PostgresqlBackend {}
|
||||
|
||||
Reference in New Issue
Block a user