drop the did assertions the brand makes redundant

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-08-04 10:50:22 +03:00
parent 6d23db4e3b
commit 94c58276f0
23 changed files with 36 additions and 59 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export function sessionAccountToSessionData(
return {
accessJwt: account.accessJwt ?? '',
active: account.active ?? true,
did: account.did as SessionData['did'],
did: account.did,
email: account.email,
emailAuthFactor: account.emailAuthFactor,
emailConfirmed: account.emailConfirmed,