{* SPDX-FileCopyrightText: © 2025 Olivier Meunier SPDX-License-Identifier: AGPL-3.0-only *} {{- if isset(.Error) -}} {{- yield message(type="error") content -}}

Error

{{ .Error }}

{{- end -}} {{- else -}}

{{ gettext("Signed in as: %s", html(user.Username))|raw }}

{{ gettext("Authorization required") }}

{{- if .Client.Logo -}} {{- end -}}

{{ gettext(` %s would like permission to access your account. Only approve this request if you recognize and trust this source. `, html(.Client.Name))|raw }}

{{ gettext("Review permissions") }}

{{ gettext("Application information") }}

{{- end -}}