Oauth: add grant_type.
This commit is contained in:
@@ -7,6 +7,7 @@ export default defineStore('loginStore', {
|
|||||||
// state, actions, getters
|
// state, actions, getters
|
||||||
state: () => ({
|
state: () => ({
|
||||||
auth: {
|
auth: {
|
||||||
|
grant_type: 'password',
|
||||||
username: '',
|
username: '',
|
||||||
password: '',
|
password: '',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user