fix boot sequence
This commit is contained in:
parent
edb79ec367
commit
e893dbf37a
2 changed files with 6 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ import { reactionPicker } from '@/scripts/reaction-picker';
|
|||
import { getUrlWithoutLoginId } from '@/scripts/login-id';
|
||||
import { getAccountFromId } from '@/scripts/get-account-from-id';
|
||||
|
||||
export default async function() {
|
||||
|
||||
console.info(`Misskey v${version}`);
|
||||
|
||||
if (_DEV_) {
|
||||
|
|
@ -424,3 +426,5 @@ if ($i) {
|
|||
signout();
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue