1
This commit is contained in:
@@ -42,7 +42,6 @@ export const useUserInfo = defineStore('userInfo', {
|
||||
async login(data:any) {
|
||||
data.grant_type = 'password';
|
||||
data.scope = 'server';
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
login(data)
|
||||
.then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user