mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 19:23:08 +02:00
Add missing semicolon (#5030)
This commit is contained in:
parent
9969cf8816
commit
83fedcff3b
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ export default class MiOS extends EventEmitter {
|
|||
// トークンが再生成されたとき
|
||||
// このままではMisskeyが利用できないので強制的にサインアウトさせる
|
||||
main.on('myTokenRegenerated', () => {
|
||||
alert(locale['common']['my-token-regenerated'])
|
||||
alert(locale['common']['my-token-regenerated']);
|
||||
this.signout();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue