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 51c1032 commit 33ed31aCopy full SHA for 33ed31a
packages/auth/src/api/authentication/email_link.ts
@@ -30,7 +30,6 @@ 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