mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
changed home button to reload (#38967)
fixes: #38932 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
86a1e9d209
commit
85a43348b6
@ -32,8 +32,8 @@ export const ErrorRenderer = ({ error }: FallbackProps) => {
|
||||
<AlertActionCloseButton title={error.message} onClose={reset} />
|
||||
}
|
||||
actionLinks={
|
||||
<AlertActionLink onClick={() => (location.href = "/")}>
|
||||
{t("home")}
|
||||
<AlertActionLink onClick={() => location.reload()}>
|
||||
{t("reload")}
|
||||
</AlertActionLink>
|
||||
}
|
||||
></Alert>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user