Skip to content

Commit c7ce6d6

Browse files
authored
Custom auth: Fix comment in template (#6804)
1 parent 16ce2b0 commit c7ce6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth-providers-setup/src/custom/templates/web/auth.ts.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface ValidateResetTokenResponse {
3131
[key: string]: string | undefined
3232
}
3333

34-
// Replace this with with the auth service provider client sdk
34+
// Replace this with the auth service provider client sdk
3535
const customClient = {
3636
login: () => ({
3737
id: 'unique-user-id',

0 commit comments

Comments
 (0)