mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 17:20:36 -05:00
[GH-ISSUE #123] Email whitelisting not working #1298
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 @maddler on GitHub (Jan 31, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/123
Version: v1.0.0-beta.10
Steps to reproduce:
Expected behavior: email with OTP sent
Actual behavior: "Email is not whitelisted" error displayed
Tried both with an existing and a new resource.
@miloschwartz commented on GitHub (Jan 31, 2025):
Hi, I think you might not be hitting enter after typing in the email, then clicking "Save Whitelist" after. The email should turn into a "chip/tag/bubble" (what ever you want to call it in web design these days lol). Here is an example:
Edit: We can make this more clear somehow in the dashboard. Let me know if you have any ideas.
@maddler commented on GitHub (Jan 31, 2025):
Ah, d'oh! True!
I see how it makes sense but also not too obvious if you're not going to add more addresses.
Anyhow, thanks for the amazing work!