Skip to content

Commit c008038

Browse files
authored
Update backend.ts
Signed-off-by: greg <[email protected]>
1 parent 00723b6 commit c008038

File tree

1 file changed

+1
-1
lines changed
  • packages/thirdweb/src/wallets/in-app/core/authentication

1 file changed

+1
-1
lines changed

packages/thirdweb/src/wallets/in-app/core/authentication/backend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getLoginUrl } from "./getLoginPath.js";
66
import type { AuthStoredTokenWithCookieReturnType } from "./types.js";
77

88
/**
9-
* Does no real authentication, just issues a temporary token for the user.
9+
* Authenticates via the wallet secret
1010
* @internal
1111
*/
1212
export async function backendAuthenticate(args: {

0 commit comments

Comments
 (0)