2021-07-26 20:49:17 +00:00
<!--
2023-07-29 16:55:07 +00:00
👋 Hi there! Welcome.
2021-07-26 20:49:17 +00:00
2023-07-29 16:55:07 +00:00
Please check the Contributing guidelines: https://goauthentik.io/developer-docs/#how-can-i-contribute
2021-07-26 20:49:17 +00:00
-->
2023-05-11 14:52:30 +00:00
## Details
2023-04-21 10:54:23 +00:00
2023-07-29 16:55:07 +00:00
<!--
Explain what this PR changes, what the rationale behind the change is, if any new requirements are introduced or any breaking changes caused by this PR.
2021-07-26 20:49:17 +00:00
2023-07-29 16:55:07 +00:00
Ideally also link an Issue for context that this PR will close using `closes #`
-->
REPLACE ME
2023-04-21 10:54:23 +00:00
2023-07-29 16:55:07 +00:00
---
2021-07-26 20:49:17 +00:00
2023-04-28 09:21:57 +00:00
## Checklist
2023-04-21 10:54:23 +00:00
2023-04-28 09:21:57 +00:00
- [ ] Local tests pass (`ak test authentik/`)
- [ ] The code has been formatted (`make lint-fix`)
If an API change has been made
- [ ] The API schema has been updated (`make gen-build`)
If changes to the frontend have been made
- [ ] The code has been formatted (`make web`)
- [ ] The translation files have been updated (`make i18n-extract`)
If applicable
- [ ] The documentation has been updated
- [ ] The documentation has been formatted (`make website`)