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 16ce2b0 commit c7ce6d6Copy full SHA for c7ce6d6
packages/auth-providers-setup/src/custom/templates/web/auth.ts.template
@@ -31,7 +31,7 @@ export interface ValidateResetTokenResponse {
31
[key: string]: string | undefined
32
}
33
34
-// Replace this with with the auth service provider client sdk
+// Replace this with the auth service provider client sdk
35
const customClient = {
36
login: () => ({
37
id: 'unique-user-id',
0 commit comments