Skip to content

Commit 062bb04

Browse files
committed
Add a comment to trigger Auth CI tests
1 parent 4df0099 commit 062bb04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/auth/src/api/authentication/email_link.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export interface SignInWithEmailLinkRequest {
3030
tenantId?: string;
3131
}
3232

33+
// add a comment to trigger packages/auth CI tests
3334
export interface SignInWithEmailLinkResponse extends IdTokenResponse {
3435
email: string;
3536
isNewUser: boolean;

0 commit comments

Comments
 (0)