Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions config/twig_hooks/shop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ sylius_twig_hooks:
title:
template: '@BitExpertSyliusTwoFactorAuthPlugin/shop/account/dashboard/index/content/main/header/title.html.twig'
priority: 100
subtitle:
template: '@BitExpertSyliusTwoFactorAuthPlugin/shop/account/dashboard/index/content/main/header/subtitle.html.twig'
priority: 0

'sylius_shop.bitexpert_sylius_twofactor.account.dashboard.index.content.main.section':
overview:
Expand All @@ -32,9 +29,6 @@ sylius_twig_hooks:
title:
template: '@BitExpertSyliusTwoFactorAuthPlugin/shop/account/dashboard/index/content/main/header/title.html.twig'
priority: 100
subtitle:
template: '@BitExpertSyliusTwoFactorAuthPlugin/shop/account/dashboard/index/content/main/header/subtitle.html.twig'
priority: 0

# 2FA Setup wizard for Email Auth
'sylius_shop.bitexpert_sylius_twofactor.email.index.content.main':
Expand All @@ -49,9 +43,6 @@ sylius_twig_hooks:
title:
template: '@BitExpertSyliusTwoFactorAuthPlugin/shop/account/dashboard/index/content/main/header/title.html.twig'
priority: 100
subtitle:
template: '@BitExpertSyliusTwoFactorAuthPlugin/shop/account/dashboard/index/content/main/header/subtitle.html.twig'
priority: 0

# 2FA login page
'sylius_shop.bitexpert_sylius_twofactor.login':
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
<h1>2FA Configuration</h1>
<div class="col-12 col-md">
<h2>{{ 'bitexpert_sylius_twofactor.shop.form.2fa_headline'|trans }}</h2>
<p class="text-gray-600 mb-4">
{{ 'bitexpert_sylius_twofactor.shop.form.2fa_subtitle'|trans }}
</p>
</div>
1 change: 1 addition & 0 deletions translations/messages.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ bitexpert_sylius_twofactor:
label: 2FA-Konfiguration
form:
2fa_headline: 2FA-Einrichtung
2fa_subtitle: Machen Sie Ihr Konto sicherer, indem Sie 2FA aktivieren.
2fa_active: 2FA aktiviert
2fa_inactive: 2FA nicht aktiv
google:
Expand Down
1 change: 1 addition & 0 deletions translations/messages.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ bitexpert_sylius_twofactor:
label: 2FA Configuration
form:
2fa_headline: 2FA Setup
2fa_subtitle: Make your account more secure by enabling 2FA
2fa_active: 2FA enabled
2fa_inactive: 2FA not active
google:
Expand Down