Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
web: fix mobile scrolling bug (goauthentik#12601)
* web: Add InvalidationFlow to Radius Provider dialogues ## What - Bugfix: adds the InvalidationFlow to the Radius Provider dialogues - Repairs: `{"invalidation_flow":["This field is required."]}` message, which was *not* propagated to the Notification. - Nitpick: Pretties `?foo=${true}` expressions: `s/\?([^=]+)=\$\{true\}/\1/` ## Note Yes, I know I'm going to have to do more magic when we harmonize the forms, and no, I didn't add the Property Mappings to the wizard, and yes, I know I'm going to have pain with the *new* version of the wizard. But this is a serious bug; you can't make Radius servers with *either* of the current dialogues at the moment. * This (temporary) change is needed to prevent the unit tests from failing. \# What \# Why \# How \# Designs \# Test Steps \# Other Notes * Revert "This (temporary) change is needed to prevent the unit tests from failing." This reverts commit dddde09. * web: adjust spacing issue for the login container # What Replaces the `space-evenly` flexbox instruction with `space-between`. `space-evenly` introduced whitespace in column mode that pushed visible content off the page by introducing new margins inside the flex container, which made content pushed around by those margins inaccessable via scrolling. `space-between` creates the same desired effect, but with the margins top and bottom of the flexbox column controlled by the parent container, which gives both more control and more suitable layout handling. # Links: - Zendesk Ticket: [Tall Prompts/Flows cut off on Safari](https://authentiksecurityinc.zendesk.com/agent/tickets/186). (This link is only visible to Authentik employees. Sorry.)
- Loading branch information