You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
Schema update
This commit is contained in:
@@ -440,6 +440,8 @@ export enum SetPrimaryEmailStatus {
|
||||
NotFound = "NOT_FOUND",
|
||||
/** The email address was set as primary */
|
||||
Set = "SET",
|
||||
/** Can't make an unverified email address primary */
|
||||
Unverified = "UNVERIFIED",
|
||||
}
|
||||
|
||||
export type UpstreamOAuth2Link = CreationEvent &
|
||||
|
||||
Reference in New Issue
Block a user