From 6030dbe064a00c70a33d9d098db0f050386ec0a7 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Wed, 23 Jun 2021 15:12:03 +0200 Subject: Move header into h3 Signed-off-by: Lukas Reschke --- core/templates/loginflow/authpicker.php | 9 ++++++--- core/templates/loginflowv2/authpicker.php | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/core/templates/loginflow/authpicker.php b/core/templates/loginflow/authpicker.php index 70bdfec7e08..b36fbb1d2f3 100644 --- a/core/templates/loginflow/authpicker.php +++ b/core/templates/loginflow/authpicker.php @@ -36,9 +36,12 @@ $urlGenerator = $_['urlGenerator']; ])) ?>

-

- t('Security warning: If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.')) ?> -

+ +

+

+ t('If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.')) ?> +

+

diff --git a/core/templates/loginflowv2/authpicker.php b/core/templates/loginflowv2/authpicker.php index 01f31f5f52b..06ed0b0f4e5 100644 --- a/core/templates/loginflowv2/authpicker.php +++ b/core/templates/loginflowv2/authpicker.php @@ -35,9 +35,12 @@ $urlGenerator = $_['urlGenerator']; ])) ?>

-

- t('Security warning: If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.')) ?> -

+ +

+

+ t('If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.')) ?> +

+

-- cgit v1.2.3