chore: Update translations

This commit is contained in:
2023-09-05 14:18:25 +00:00
parent 5ef3fb0337
commit c72cdcc9a9
58 changed files with 112 additions and 114 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");