mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-22 02:41:55 +00:00
I fixed a few typos that slipped in in the last UX PR. Also a few minor changes: Sign In as a client doesn't show the "client" link in the bottom any more: <img width="1728" alt="Screenshot 2023-11-14 at 13 46 24" src="https://github.com/firezone/firezone/assets/1877644/7226078c-7f66-41b5-9fd4-e6e44b56fd35"> Extra ---or--- separator is removed when there are no recently used accounts: <img width="1728" alt="Screenshot 2023-11-14 at 13 46 29" src="https://github.com/firezone/firezone/assets/1877644/c2463ca5-0967-4fe7-ac60-5f5179ea30d8"> Emails send after you sign up don't include sign in link right away, just a link to a form so that you won't loose in in future. Addresses "Session token is expired/incognito windows" in #2631 <img width="1728" alt="Screenshot 2023-11-14 at 14 32 30" src="https://github.com/firezone/firezone/assets/1877644/4f6d4c79-b5ed-448a-9915-2616ed71c9b9"> I've allowed email token to be used along with magic link when signing in as @jefferenced requested multiple times: <img width="1728" alt="Screenshot 2023-11-14 at 14 23 58" src="https://github.com/firezone/firezone/assets/1877644/8b9b5afe-5c65-4893-b6ef-107a0b683c31"> <img width="1728" alt="Screenshot 2023-11-14 at 14 24 50" src="https://github.com/firezone/firezone/assets/1877644/c02db5df-5158-4bf3-93ff-80d9d6c82cbe"> Closes #2299