From 82aeb422ceaa652cd46fc5ec60ec6efdd69b4ee8 Mon Sep 17 00:00:00 2001 From: Brutus5000 Date: Sat, 2 Dec 2023 00:50:25 +0100 Subject: [PATCH] Remove obsolete Microsoft email hint (#509) --- src/backend/templates/mixins/form/account.pug | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/backend/templates/mixins/form/account.pug b/src/backend/templates/mixins/form/account.pug index 8a612414..a0133f54 100644 --- a/src/backend/templates/mixins/form/account.pug +++ b/src/backend/templates/mixins/form/account.pug @@ -2,10 +2,7 @@ mixin email p Enter your Email .formStart input(type='email', name='email', required='required', placeholder='UEF@email.com', value=formData['email']) - span(aria-hidden='true') - ul Please refrain from using Microsoft emails (@hotmail, @live, etc) if possible as we have technical difficulties delivering there. - - + span(aria-hidden='true')