chore: Update translations

This commit is contained in:
2023-09-12 21:58:37 +00:00
parent 3c88a228aa
commit 35b6261e12
99 changed files with 257 additions and 130 deletions

View File

@ -96,7 +96,7 @@ export class MultiAccountStore extends ExternalStore<LoginSession> {
type: LoginSessionType,
relays?: Record<string, RelaySettings>,
remoteSignerRelays?: Array<string>,
privateKey?: string
privateKey?: string,
) {
if (this.#accounts.has(key)) {
throw new Error("Already logged in with this pubkey");