Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove brand prefix too
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Jun 1, 2021
1 parent f11a708 commit 4526998
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ interface IPasswordFlow {
}

export enum IdentityProviderBrand {
Gitlab = "org.matrix.gitlab",
Github = "org.matrix.github",
Apple = "org.matrix.apple",
Google = "org.matrix.google",
Facebook = "org.matrix.facebook",
Twitter = "org.matrix.twitter",
Gitlab = "gitlab",
Github = "github",
Apple = "apple",
Google = "google",
Facebook = "facebook",
Twitter = "twitter",
}

export interface IIdentityProvider {
Expand Down

0 comments on commit 4526998

Please sign in to comment.