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