Skip to content

Commit 49ffe42

Browse files
committedJan 30, 2024
Fix an issue in the create-config.cjs script
1 parent 6882af1 commit 49ffe42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ui/.docker-scripts/create-config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if (AUTH_TYPE === "oidc") {
6969
CONFIG.auth.options.redirectUri = AUTH_REDIRECT_URL;
7070
}
7171
if (AUTH_CLIENT_ID) {
72-
CONFIG.auth.options.clientId = AUTHAUTH_CLIENT_ID_URL;
72+
CONFIG.auth.options.clientId = AUTH_CLIENT_ID_URL;
7373
}
7474
if (AUTH_CLIENT_SCOPES) {
7575
CONFIG.auth.options.scope = AUTH_CLIENT_SCOPES;

0 commit comments

Comments
 (0)
Please sign in to comment.