about summary refs log tree commit diff
path: root/src/screens/Login
Commit message (Expand)AuthorAgeFilesLines
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-093-4/+4
* use an env var for configurable proxy header (#8863)hailey2025-08-262-5/+5
* Upgrade prettier to 3.6 (#8558)Samuel Newman2025-06-231-2/+2
* Port post embeds to new arch (#7408)Eric Bailey2025-06-131-2/+2
* Update SetNewPasswordForm.tsx (#8349)Minseo Lee2025-06-091-2/+6
* Edge to edge support (#7497)Mathieu Acthernoene2025-04-221-1/+1
* Tweak copy to remove remaining uses of `sign up` (#7987)surfdude292025-04-021-1/+1
* Tweak accessibility strings (#7822)surfdude292025-02-241-1/+1
* Fix "log in", "log out" to "sign in", "sign out" (#7739)Minseo Lee2025-02-171-2/+4
* [Instrumentation] Signin (#7742)Samuel Newman2025-02-143-25/+64
* Refine accessibilityHint (#7554)Minseo Lee2025-02-111-1/+1
* add correct error reporting for blank password (#7391)Samuel Newman2025-01-131-2/+8
* Fix invalid password error message (#7425)Samuel Newman2025-01-101-4/+12
* Uppercase the auth factor token in input value to match the email casing. (#7...Brad Estey2024-12-131-0/+10
* LoginForm: enable autocomplete on 2FA code field (#7019)rcombs2024-12-101-1/+1
* Leverage jsx transform to remove unnecessary react imports and update eslint ...Paul Coroneos2024-11-192-2/+1
* Remove Segment (#5518)Hailey2024-09-276-38/+6
* [Neue] Buttons (#5406)Eric Bailey2024-09-205-10/+10
* Always display next button on login page (#5326)Eric Bailey2024-09-132-24/+10
* Improve textinput performance in login and account creation (#4673)Paul Frazee2024-07-021-20/+40
* Starter Packs (#4332)Hailey2024-06-212-2/+12
* close loggedout view when logging in (#4154)Samuel Newman2024-05-211-0/+3
* add a `Login` notifications request (#4006)Hailey2024-05-131-0/+3
* [Session] Code cleanup (#3854)dan2024-05-081-3/+3
* [Session] Align state and global agent switchpoints (#3845)dan2024-05-031-24/+26
* Don't clear toasts when changing users (#3843)dan2024-05-031-3/+1
* Improve account switcher pending state (#3827)dan2024-05-021-5/+17
* [Session] Extract selectAccount out (#3812)dan2024-05-021-0/+5
* Session fixes, pt. 1 (#3762)dan2024-04-301-9/+17
* Email auth factor (#3602)Paul Frazee2024-04-221-2/+50
* 1.76 release preparations (#3459)Paul Frazee2024-04-091-0/+1
* Enforce that text is wrapped in <Text>, remaining cases (#3421)dan2024-04-052-3/+5
* Enforce Text suffix for Text-rendering components (#3407)dan2024-04-045-20/+20
* Use ALF for the account quick switch dialog (#3327)Samuel Newman2024-04-031-111/+7
* move auth flows scrollview to loggedin layoutSamuel Newman2024-03-222-32/+15
* Fix key error on choose accountEric Bailey2024-03-201-3/+2
* Bump button size on choose accountEric Bailey2024-03-201-1/+1
* Password flow tweaksEric Bailey2024-03-203-18/+21
* Login form tweaksEric Bailey2024-03-201-74/+75
* sort imports for files related to this PRSamuel Newman2024-03-207-61/+62
* skip initial entering animation for loginSamuel Newman2024-03-201-1/+4
* login form back button goes to chooseaccount conditionallySamuel Newman2024-03-201-1/+3
* rm extra atomSamuel Newman2024-03-201-1/+0
* remove unnecessary group componentSamuel Newman2024-03-201-33/+17
* add logEvent that got lost in merge from mainSamuel Newman2024-03-201-0/+5
* Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-201-5/+8
* add pressed state and rm cloneElementSamuel Newman2024-03-191-11/+5
* change choose account form to use Button + add hover stylesSamuel Newman2024-03-191-36/+54
* change hosting provider and forgot pw touchables to buttonSamuel Newman2024-03-191-6/+6
* animate login spinnerSamuel Newman2024-03-191-0/+3