mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 09:13:15 +03:00
🚀 Feature: skip alternative login page when no smtp sign in allowed #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @James18232 on GitHub.
Feature description
Feature request the alternative login page be skipped and the user sent straight to the login code page instead.
Pitch
If a user has no smtp setup or has disabled email code login in the settings, there is an unnecessary page in the user flow to select the login code alternative login (the only option available).
Checking if email login is supported and if not, skipping this page will improve the user experience.
@stonith404 commented on GitHub:
Added in
d010be4c88and will be available in the next release.