fix: turn off permission of GitHub OAuth app fixed #1377
This commit is contained in:
@@ -137,7 +137,7 @@ export class FirebaseInstance {
|
||||
}
|
||||
|
||||
async signInUserWithGithub() {
|
||||
return await this.app.auth().signInWithPopup(this.authProviders.github().addScope("repo gist"))
|
||||
return await this.app.auth().signInWithPopup(this.authProviders.github().addScope("gist"))
|
||||
}
|
||||
|
||||
async signInWithEmailAndPassword(email, password) {
|
||||
|
||||
Reference in New Issue
Block a user