mirror of
https://github.com/flarum/core.git
synced 2025-10-12 07:24:27 +02:00
Remember checkbox (#1075)
* Add session option to Rememberer class * Update session login function to allow send additional data * Add Remember me checkbox * Cleanup login modal
This commit is contained in:
committed by
Toby Zerner
parent
7af4b8d45f
commit
06c32b668d
@@ -116,7 +116,7 @@ export default class SignUpModal extends Modal {
|
||||
*/
|
||||
logIn() {
|
||||
const props = {
|
||||
email: this.email() || this.username(),
|
||||
identification: this.email() || this.username(),
|
||||
password: this.password()
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user