chore: Update translations
This commit is contained in:
@ -144,7 +144,7 @@ export default class AlbyWallet implements LNWallet {
|
|||||||
if (req.ok) {
|
if (req.ok) {
|
||||||
this.#token = {
|
this.#token = {
|
||||||
...(json as OAuthToken),
|
...(json as OAuthToken),
|
||||||
created_at: unixNow()
|
created_at: unixNow(),
|
||||||
};
|
};
|
||||||
this.onChange(this.#token);
|
this.onChange(this.#token);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user