fix(editor): Bring back the "Forgot password" link on SigninView (#11216)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-10-10 18:58:33 +02:00 committed by कारतोफ्फेलस्क्रिप्ट™
parent 9888be1e63
commit 3e048535b7
No known key found for this signature in database

View file

@ -47,6 +47,7 @@ const formConfig: IFormBoxConfig = reactive({
title: locale.baseText('auth.signin'),
buttonText: locale.baseText('auth.signin'),
redirectText: locale.baseText('forgotPassword'),
redirectLink: '/forgot-password',
inputs: [
{
name: 'email',