Update apps/login/lib/zitadel.ts

Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
Max Peintner
2023-06-21 07:08:04 +02:00
committed by GitHub
parent ba017d7ec8
commit 5941ec69f7

View File

@@ -200,8 +200,6 @@ export async function setEmail(
); );
} }
const bearerTokenMetadata = (token: string) =>
new Metadata({ authorization: `Bearer ${token}` });
/** /**
* *