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 5756c74 commit 5ad442cCopy full SHA for 5ad442c
.changeset/blue-rivers-own.md
@@ -0,0 +1,5 @@
1
+---
2
+"thirdweb": patch
3
4
+
5
+Simplify in-app wallet login flow
packages/thirdweb/src/wallets/in-app/web/lib/auth/iframe-auth.ts
@@ -324,13 +324,6 @@ export class Auth {
324
* @internal
325
*/
326
async logout(): Promise<LogoutReturnType> {
327
- if (this.AuthQuerier) {
328
- await this.AuthQuerier.call<LogoutReturnType>({
329
- procedureName: "logout",
330
- params: undefined,
331
- });
332
- }
333
-
334
const isRemoveAuthCookie = await this.localStorage.removeAuthCookie();
335
const isRemoveUserId = await this.localStorage.removeWalletUserId();
336
0 commit comments