We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7d870 commit fcd997fCopy full SHA for fcd997f
packages/data-models/flowTypes.ts
@@ -385,6 +385,10 @@ export namespace FlowTypes {
385
"feedback",
386
"go_to",
387
"go_to_url",
388
+ /**
389
+ * @deprecated since v0.16.27
390
+ * Use `auth: sign_in_google` instead
391
+ * */
392
"google_auth",
393
"open_external",
394
"pop_up",
src/app/shared/services/auth/auth.service.ts
@@ -64,7 +64,10 @@ export class AuthService extends SyncServiceBase {
64
}
65
return childActions[actionId]();
66
},
67
- // Legacy action, prefer `auth | sign_in_google`
68
69
70
71
google_auth: async () => {
72
return await this.signInWithGoogle();
73
0 commit comments