Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 10adeea

Browse files
feat: add Github authentication
1 parent b715a95 commit 10adeea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

studio/src/app/pages/core/app-signin/app-signin.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export class AppSignIn {
9696
const signInOptions = [];
9797

9898
signInOptions.push(firebase.auth.GoogleAuthProvider.PROVIDER_ID);
99+
signInOptions.push(firebase.auth.GithubAuthProvider.PROVIDER_ID);
99100
signInOptions.push(firebase.auth.EmailAuthProvider.PROVIDER_ID);
100101

101102
this.firebaseUser = firebase.auth().currentUser;

0 commit comments

Comments
 (0)