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)

View File

@@ -57,7 +57,7 @@ type AuthorizeOidcClientRequestDto struct {
type AuthorizeOidcClientResponseDto struct {
Code string `json:"code"`
CallbackURL string `json:"callbackURL"`
Issuer string `json:"issuer"`
Issuer string `json:"issuer"`
}
type AuthorizationRequiredDto struct {

View File

@@ -13,7 +13,7 @@
<p
bind:this={ref}
data-slot="card-description"
class={cn('text-muted-foreground text-sm mt-1', className)}
class={cn('text-muted-foreground mt-1 text-sm', className)}
{...restProps}
>
{@render children?.()}

View File

@@ -95,7 +95,7 @@
{/if}
</div>
<div
class="text-muted-foreground group-hover/item:text-foreground bg-background absolute left-1/2 top-12 z-20 max-w-0 -translate-x-1/2 transform overflow-hidden whitespace-nowrap rounded-md border px-2 py-1 text-xs opacity-0 shadow-sm transition-all duration-300 ease-out group-hover/item:max-w-[100px] group-hover/item:opacity-100"
class="text-muted-foreground group-hover/item:text-foreground bg-background absolute top-12 left-1/2 z-20 max-w-0 -translate-x-1/2 transform overflow-hidden rounded-md border px-2 py-1 text-xs whitespace-nowrap opacity-0 shadow-sm transition-all duration-300 ease-out group-hover/item:max-w-[100px] group-hover/item:opacity-100"
>
{label}
</div>