n8n
n8n copied to clipboard
refactor(editor): Migrate `AuthView` and associated components to composition api
Description
Moving AuthView
and associated components to composition api:
-
AuthView.vue
-
ChangePasswordView.vue
-
ForgotMyPasswordView.vue
-
SamlOnboarding.vue
-
SetupView.vue
-
SigninView.vue
Review / Merge checklist
- [ ] PR title and summary are descriptive. (conventions)
- [ ] Docs updated or follow-up ticket created.
- [ ] Tests included.
- [ ] PR Labeled with
release/backport
(if the PR is an urgent fix that needs to be backported)