Skip to content

Commit

Permalink
Adds comma in the server script for UI
Browse files Browse the repository at this point in the history
Signed-off-by: Puneet Punamiya [email protected]
  • Loading branch information
PuneetPunamiya committed Mar 27, 2023
1 parent 346046a commit 0672c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/image/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ window.config = {
API_VERSION: '$API_VERSION',
AUTH_BASE_URL: '$AUTH_BASE_URL',
REDIRECT_URI: '$REDIRECT_URI',
CUSTOM_LOGO_MEDIA_TYPE: '$CUSTOM_LOGO_MEDIA_TYPE'
CUSTOM_LOGO_MEDIA_TYPE: '$CUSTOM_LOGO_MEDIA_TYPE',
CUSTOM_LOGO_BASE64_DATA: '$CUSTOM_LOGO_BASE64_DATA',
};
Expand Down

0 comments on commit 0672c8d

Please sign in to comment.