Commit 9aa82637 authored by techird's avatar techird

修复切换用户失败的 BUG

parent 1b9cce7b
...@@ -129,7 +129,7 @@ KityMinder.registerUI('topbar/user', function(minder) { ...@@ -129,7 +129,7 @@ KityMinder.registerUI('topbar/user', function(minder) {
fio.user.login({ fio.user.login({
remember: 7 * 24 * 60 * 60, // remember 7 days remember: 7 * 24 * 60 * 60, // remember 7 days
force: true force: true
}).then(check); });
} }
function requireLogin($element) { function requireLogin($element) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment