n8n icon indicating copy to clipboard operation
n8n copied to clipboard

refactor(editor): Migrate `AuthView` and associated components to composition api

Open MiloradFilipovic opened this issue 5 months ago • 1 comments

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)

MiloradFilipovic avatar Sep 06 '24 12:09 MiloradFilipovic