Remove brand prefix too
parent
f11a7083ae
commit
4526998332
12
src/Login.ts
12
src/Login.ts
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue