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