add link about enterprise when using a hosted cgw

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2024-01-03 19:04:35 +01:00
parent b6c4ba6594
commit 71175a5cd5
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ export class AuthenticatorMobileStageForm extends ModelForm<AuthenticatorMobileS
? html`
<ak-alert ?inline=${true}>
${msg("Hosted cloud gateways require authentik Enterprise.")}
<a href="#/enterprise/licenses">${msg("Learn more")}</a>
</ak-alert>
`
: html``}