Fix build
This commit is contained in:
parent
ff41c7af1f
commit
fd577d3b96
|
@ -38,6 +38,7 @@ export class OAuth2Store extends BudiStore<OAuth2StoreState> {
|
|||
clientId: c.clientId,
|
||||
clientSecret: c.clientSecret,
|
||||
method: c.method,
|
||||
grantType: c.grantType,
|
||||
})),
|
||||
loading: false,
|
||||
}))
|
||||
|
|
Loading…
Reference in New Issue