refactor: run formatter

This commit is contained in:
Elias Schneider
2025-07-06 15:32:19 +02:00
parent bf042563e9
commit 857b9cc864
4 changed files with 4 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ func (oc *OidcController) authorizeHandler(c *gin.Context) {
response := dto.AuthorizeOidcClientResponseDto{
Code: code,
CallbackURL: callbackURL,
Issuer: common.EnvConfig.AppURL,
Issuer: common.EnvConfig.AppURL,
}
c.JSON(http.StatusOK, response)