mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 16:44:07 -08:00
fix(editor): Bring back the "Forgot password" link on SigninView (#11216)
This commit is contained in:
parent
9888be1e63
commit
3e048535b7
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue