Fix build

This commit is contained in:
Adria Navarro 2025-03-24 11:29:27 +01:00
parent ff41c7af1f
commit fd577d3b96
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ export class OAuth2Store extends BudiStore<OAuth2StoreState> {
clientId: c.clientId,
clientSecret: c.clientSecret,
method: c.method,
grantType: c.grantType,
})),
loading: false,
}))