Skip to content
Snippets Groups Projects
Unverified Commit 99b466e2 authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

allow google deprecated auth (#22895)

parent 4a2bcd56
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ export const attachGoogleAuth = (element, onLogin, onError) => {
const auth2 = window.gapi.auth2.init({
client_id: Settings.get("google-auth-client-id"),
cookiepolicy: "single_host_origin",
plugin_name: "metabase-legacy-google-auth",
});
auth2.attachClickHandler(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment