mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
show user nickname in settings page
This commit is contained in:
@@ -107,7 +107,7 @@ export default {
|
||||
return;
|
||||
}
|
||||
|
||||
if (typeof(data.result) === 'string') {
|
||||
if (typeof(data.result) === 'object') {
|
||||
self.$user.updateToken(data.result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user