[PR #322] [MERGED] Fix sign-in page errors, etc #308

Closed
opened 2026-02-17 17:06:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/322
Author: @DecDuck
Created: 1/19/2026
Status: Merged
Merged: 1/19/2026
Merged by: @DecDuck

Base: developHead: fix-signin-message


📝 Commits (3)

  • ad47e01 fix: store page redirect
  • 3a08bda fix: silent fail passkey + error display
  • 895ae59 fix: remove console log modal

📊 Changes

3 files changed (+12 additions, -8 deletions)

View changed files

📝 components/Auth/Simple.vue (+10 -6)
📝 drop-base (+1 -1)
📝 pages/index.vue (+1 -1)

📄 Description

Fixes some small issues:

  • The redirect from / to /store should work better
  • Passkey autofill now should fail silently if not supported
  • The sign in page now shows the error from the server instead of "An unknown error occurred"

🔄 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/Drop-OSS/drop/pull/322 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 1/19/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `fix-signin-message` --- ### 📝 Commits (3) - [`ad47e01`](https://github.com/Drop-OSS/drop/commit/ad47e01f04c3f983f04a12020383b9a24b754a57) fix: store page redirect - [`3a08bda`](https://github.com/Drop-OSS/drop/commit/3a08bda090fd67821454b3d4d8c8d5d49e38b988) fix: silent fail passkey + error display - [`895ae59`](https://github.com/Drop-OSS/drop/commit/895ae59d022f77b9c22dcb3322921cc60be01a26) fix: remove console log modal ### 📊 Changes **3 files changed** (+12 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `components/Auth/Simple.vue` (+10 -6) 📝 `drop-base` (+1 -1) 📝 `pages/index.vue` (+1 -1) </details> ### 📄 Description Fixes some small issues: - The redirect from / to /store *should* work better - Passkey autofill now should fail silently if not supported - The sign in page now shows the error from the server instead of "An unknown error occurred" --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:06:37 -05:00
yindo closed this issue 2026-02-17 17:06:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#308