From eb98e99530aaf430cd8759b1ade94e2686a06920 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Thu, 27 Mar 2025 09:31:01 +0100 Subject: fix(settings): Handle email change restriction separately from display name change restriction Co-authored-by: provokateurin Co-authored-by: Ferdinand Thiessen Co-authored-by: Louis Signed-off-by: Ferdinand Thiessen --- .../src/components/PersonalInfo/EmailSection/EmailSection.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/settings/src') diff --git a/apps/settings/src/components/PersonalInfo/EmailSection/EmailSection.vue b/apps/settings/src/components/PersonalInfo/EmailSection/EmailSection.vue index 8fd17922724..f9674a3163b 100644 --- a/apps/settings/src/components/PersonalInfo/EmailSection/EmailSection.vue +++ b/apps/settings/src/components/PersonalInfo/EmailSection/EmailSection.vue @@ -13,7 +13,7 @@ :scope.sync="primaryEmail.scope" @add-additional="onAddAdditionalEmail" /> -