We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df0099 commit 062bb04Copy full SHA for 062bb04
packages/auth/src/api/authentication/email_link.ts
@@ -30,6 +30,7 @@ export interface SignInWithEmailLinkRequest {
30
tenantId?: string;
31
}
32
33
+// add a comment to trigger packages/auth CI tests
34
export interface SignInWithEmailLinkResponse extends IdTokenResponse {
35
email: string;
36
isNewUser: boolean;
0 commit comments