mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Add revoke and reconnect functionality for google logins
This commit is contained in:
@@ -117,7 +117,7 @@ export function findAll(siteSettings, capabilities, isMobileDevice) {
|
||||
params.displayPopup = true;
|
||||
}
|
||||
|
||||
if (["facebook"].includes(name)) {
|
||||
if (["facebook", "google_oauth2"].includes(name)) {
|
||||
params.canConnect = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user