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 46db29b commit 8bc6089Copy full SHA for 8bc6089
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 run packages/auth tests
34
export interface SignInWithEmailLinkResponse extends IdTokenResponse {
35
email: string;
36
isNewUser: boolean;
0 commit comments