feat: add login link to magic link form view#730
feat: add login link to magic link form view#730kenjis merged 2 commits intocodeigniter4:developfrom GeorgKott:add_login_link_on_magiclinkform_view
Conversation
There was a problem hiding this comment.
@GeorgKott thank you for PR.
This issue has already been implemented in PR #394, only the test has not been added.
Can you do the same as PR #394 with the test?
And I edited your comment, why? you can read here.
|
I did the same as PR #394, exept changing "backToLogin" key to "usePassword". And add simple test. |
Yes, I mean using NOTE: The audience for your commit messages will be the codebase maintainers, any code reviewers, and debuggers trying to figure out when a bug might have been introduced. There are some references for writing good commit messages: more info see here. |
Thank you for links! I did some changes |
There was a problem hiding this comment.
@GeorgKott thank you!
LGTM.
|
@GeorgKott Thank you! |
Supersedes #394
Closes #299
Thank you