mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
fix(editor): Bring back the "Forgot password" link on SigninView (#11216)
This commit is contained in:
parent
d78ab2983a
commit
58d26e8d51
|
@ -47,6 +47,7 @@ const formConfig: IFormBoxConfig = reactive({
|
||||||
title: locale.baseText('auth.signin'),
|
title: locale.baseText('auth.signin'),
|
||||||
buttonText: locale.baseText('auth.signin'),
|
buttonText: locale.baseText('auth.signin'),
|
||||||
redirectText: locale.baseText('forgotPassword'),
|
redirectText: locale.baseText('forgotPassword'),
|
||||||
|
redirectLink: '/forgot-password',
|
||||||
inputs: [
|
inputs: [
|
||||||
{
|
{
|
||||||
name: 'email',
|
name: 'email',
|
||||||
|
|
Loading…
Reference in a new issue