From 13b5e02c241770073dfb4dd40a7dbd35a133ddc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 21 Apr 2022 09:16:07 +0200 Subject: [PATCH] Removed comment after Ulf's suggestion --- frontend/src/pages/ForgotPassword.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/pages/ForgotPassword.vue b/frontend/src/pages/ForgotPassword.vue index 85ac6b87d..46adc20d7 100644 --- a/frontend/src/pages/ForgotPassword.vue +++ b/frontend/src/pages/ForgotPassword.vue @@ -98,7 +98,6 @@ export default { }, }, created() { - // Wolle: what shall happen here? change needed? if (this.$route.params.comingFrom) { this.subtitle = 'settings.password.resend_subtitle' }