App feedbacks fix option id required in apps (#19386)
fixes https://discord.com/channels/1130383047699738754/1488226371032453292
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ export class OAuthDiscoveryController {
|
||||
async getAuthorizationServerMetadata() {
|
||||
const serverUrl = this.twentyConfigService.get('SERVER_URL');
|
||||
|
||||
const frontUrl = this.domainServerConfigService.getFrontUrl().toString();
|
||||
const frontUrl = this.domainServerConfigService.getBaseUrl().toString();
|
||||
|
||||
const cliRegistration =
|
||||
await this.applicationRegistrationService.findOneByUniversalIdentifier(
|
||||
|
||||
Reference in New Issue
Block a user