Sign in to {{ .ClientName }}
{{ if .Error }}
{{ icon "circle-x" "size-5" }}
{{ if eq .Error "handle_required" }}
Please enter your Atmosphere Account.
{{ else if eq .Error "invalid_handle" }}
That handle doesn't look right. Check for typos and try again.
{{ else if eq .Error "pds_unreachable" }}
We couldn't reach your PDS. It may be offline; try again in a minute.
{{ else if eq .Error "state_mismatch" }}
Your sign-in session expired before we finished. Please start over.
{{ else if eq .Error "access_denied" }}
You declined to authorize {{ .ClientShortName }}. No changes were made.
{{ else if eq .Error "invalid_scope" }}
Your PDS refused the requested permissions. Try again or contact your PDS operator.
{{ else if eq .Error "session_expired" }}
Your session expired. Please sign in again.
{{ else if eq .Error "auth_failed" }}
Authentication failed. Please try again.
{{ else }}
An error occurred. Please try again.
{{ end }}
{{ end }}