Skip to content

Commit 3530471

Browse files
committed
viper ui base url key name fix
1 parent a3b7413 commit 3530471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configurator/backend/handlers/sso_auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (oh *SSOAuthHandler) Handler(c *gin.Context) {
4040
return
4141
}
4242

43-
uiBaseUrl := viper.GetString("UI_BASE_URL")
43+
uiBaseUrl := viper.GetString("ui.base_url")
4444

4545
td, err := oh.authService.SSOAuthenticate(code)
4646
if err != nil {

0 commit comments

Comments
 (0)