[PR #854] [MERGED] Fix/auth store nits #1003

Closed
opened 2025-11-01 21:08:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/854
Author: @kolaente
Created: 6/3/2025
Status: Merged
Merged: 6/3/2025
Merged by: @kolaente

Base: mainHead: fix/auth-store-nits


📝 Commits (3)

  • ccb3c64 chore: improve cypress factory types
  • 185074c refactor: use query parameter only when looking for password reset token
  • 0576b37 fix: adjust test for project view

📊 Changes

10 files changed (+20 additions, -59 deletions)

View changed files

📝 frontend/cypress/e2e/user/login.spec.ts (+2 -2)
📝 frontend/cypress/e2e/user/password-reset.spec.ts (+2 -2)
📝 frontend/cypress/factories/project.ts (+3 -3)
📝 frontend/cypress/factories/token.ts (+2 -2)
📝 frontend/cypress/factories/user.ts (+3 -3)
📝 frontend/src/App.vue (+0 -11)
📝 frontend/src/router/index.ts (+7 -16)
📝 frontend/src/stores/auth.ts (+0 -7)
📝 frontend/src/stores/base.ts (+0 -9)
📝 frontend/src/views/user/PasswordReset.vue (+1 -4)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/854 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/3/2025 **Status:** ✅ Merged **Merged:** 6/3/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix/auth-store-nits` --- ### 📝 Commits (3) - [`ccb3c64`](https://github.com/go-vikunja/vikunja/commit/ccb3c64bc243969696e6da14eb2f560f878c4d96) chore: improve cypress factory types - [`185074c`](https://github.com/go-vikunja/vikunja/commit/185074cd714d8c7f006b91fa45e3f1d864afe2d2) refactor: use query parameter only when looking for password reset token - [`0576b37`](https://github.com/go-vikunja/vikunja/commit/0576b379d8628f5e1c026a4c908eaacb457ff942) fix: adjust test for project view ### 📊 Changes **10 files changed** (+20 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `frontend/cypress/e2e/user/login.spec.ts` (+2 -2) 📝 `frontend/cypress/e2e/user/password-reset.spec.ts` (+2 -2) 📝 `frontend/cypress/factories/project.ts` (+3 -3) 📝 `frontend/cypress/factories/token.ts` (+2 -2) 📝 `frontend/cypress/factories/user.ts` (+3 -3) 📝 `frontend/src/App.vue` (+0 -11) 📝 `frontend/src/router/index.ts` (+7 -16) 📝 `frontend/src/stores/auth.ts` (+0 -7) 📝 `frontend/src/stores/base.ts` (+0 -9) 📝 `frontend/src/views/user/PasswordReset.vue` (+1 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:08:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1003