Remove brand prefix too

pull/21833/head
Michael Telatynski 2021-06-01 11:04:45 +01:00
parent f11a7083ae
commit 4526998332
1 changed files with 6 additions and 6 deletions

View File

@ -31,12 +31,12 @@ interface IPasswordFlow {
} }
export enum IdentityProviderBrand { export enum IdentityProviderBrand {
Gitlab = "org.matrix.gitlab", Gitlab = "gitlab",
Github = "org.matrix.github", Github = "github",
Apple = "org.matrix.apple", Apple = "apple",
Google = "org.matrix.google", Google = "google",
Facebook = "org.matrix.facebook", Facebook = "facebook",
Twitter = "org.matrix.twitter", Twitter = "twitter",
} }
export interface IIdentityProvider { export interface IIdentityProvider {