mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
🩺
This commit is contained in:
parent
c3adbe6b52
commit
6df261fae8
5 changed files with 8 additions and 8 deletions
|
|
@ -168,7 +168,7 @@ export class App {
|
|||
window.siyuan.menus = new Menus(this);
|
||||
bootSync();
|
||||
fetchPost("/api/setting/getCloudUser", {}, userResponse => {
|
||||
window.siyuan.user = userResponse.data;
|
||||
window.siyuan.user = userResponse.data || {};
|
||||
onGetConfig(response.data.start, this);
|
||||
account.onSetaccount();
|
||||
setTitle(window.siyuan.languages.siyuanNote);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue