add link about enterprise when using a hosted cgw
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
b6c4ba6594
commit
71175a5cd5
|
@ -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``}
|
||||
|
|
Reference in New Issue