mirror of
https://github.com/goauthentik/authentik
synced 2026-05-08 16:13:02 +02:00
* web: Clear remember me before navigation. * web: fix stray > in "Not you?" link and add Playwright regression for #21571 Move the closing > of the opening <a> tag so the rendered link text no longer carries a leading > glyph. Add a browser test that seeds the identification stage with enable_remember_me, walks the identify -> password -> "Not you?" path, and asserts the link text, the cleared username field, and the cleared remember-me localStorage key. Co-Authored-By: Agent (authentik-i21647-current-instant-chili) <279763771+playpen-agent@users.noreply.github.com> * Flesh out remember me lifecycle. Fix edgecases where it doesn't keep up with the e2e suite. * Fix for submit events, labels. --------- Co-authored-by: Agent (authentik-i21647-current-instant-chili) <279763771+playpen-agent@users.noreply.github.com>