Accounts: Update to latest toolkit

This commit is contained in:
asonix 2021-01-23 22:02:31 -06:00
parent be3708a09e
commit a8ef1d4ac9
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
@:card_body({
@:text_input("username", "Username", state.username(), state.username_error(), state.dark)
@:password_input("password", "Password", state.password(), None, state.dark)
@:link(&Link::current_tab(&state.register_path()).dark(state.dark), { I do not have an account })
@:link(&Link::current_tab(&state.register_path()), { I do not have an account })
})
@:card_body({
@:button_group(&[

View file

@ -11,7 +11,7 @@
@:text_input("username", "Username", state.username(), state.username_error(), state.dark)
@:password_input("password", "Password", state.password(), None, state.dark)
@:password_input("password_confirmation", "Password Confirmation", state.confirmation(), state.confirmation_error(), state.dark)
@:link(&Link::current_tab(&state.login_path()).dark(state.dark), { I already have an account })
@:link(&Link::current_tab(&state.login_path()), { I already have an account })
})
@:card_body({
@:button_group(&[