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