You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm trying some changes to the example code and im strugling to change to loginWith: 'login'. it gives me this error:
ReferenceError: /home/maluko/nodeTest/views/login.jade:9
7| label(for=everyauth.password.loginFormFieldName) Login
8| input(type='text', name=everyauth.password.loginFormFieldName, value=email)
the wierd thing is that i changed
8| input(type='text', name=everyauth.password.loginFormFieldName, value=email)
to
8| input(type='text', name=everyauth.password.loginFormFieldName, value=login)
and still gives me the error, is it me that is doing something stupid or what?
and still how do i manage to do something like loginWith email or login at the same time?
The text was updated successfully, but these errors were encountered:
i'm trying some changes to the example code and im strugling to change to loginWith: 'login'. it gives me this error:
ReferenceError: /home/maluko/nodeTest/views/login.jade:9
7| label(for=everyauth.password.loginFormFieldName) Login
8| input(type='text', name=everyauth.password.loginFormFieldName, value=email)
the wierd thing is that i changed
8| input(type='text', name=everyauth.password.loginFormFieldName, value=email)
to
8| input(type='text', name=everyauth.password.loginFormFieldName, value=login)
and still gives me the error, is it me that is doing something stupid or what?
and still how do i manage to do something like loginWith email or login at the same time?
The text was updated successfully, but these errors were encountered: