Oauth: add grant_type.

This commit is contained in:
chiayin
2023-10-19 10:12:36 +08:00
parent 06531d0acf
commit 1fd019d276

View File

@@ -7,6 +7,7 @@ export default defineStore('loginStore', {
// state, actions, getters
state: () => ({
auth: {
grant_type: 'password',
username: '',
password: '',
},