about summary refs log tree commit diff
path: root/src/view/screens/Settings/Email2FAToggle.tsx
Commit message (Collapse)AuthorAgeFilesLines
* [Settings] Ungate, and remove old settings (#6144)Samuel Newman2024-11-081-58/+0
| | | | | | | | | | | | | | | | | | | * move export car dialog * move disableemail2fadialog * delete old settings screens * fix type error * Update Navigation.tsx * Delete AccountDropdownBtn.tsx * remove old change handle modal * delete add app paswords * forgot to actually delete the change handle modal
* Sort imports (#6009)dan2024-10-291-1/+1
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* Replace getAgent() with reading agent (#4243)dan2024-05-281-4/+4
| | | | | * Replace getAgent() with agent * Replace {agent} with agent
* Replace updateCurrentAccount() with refreshSession() (#3910)dan2024-05-081-6/+3
| | | Replace updateCurrentAccount() with resumeSession()
* [Session] Add `useAgent` hook and replace (#3706)Eric Bailey2024-04-251-2/+3
| | | | | | | | | | | * Hook it up * Memoize getAgent method * Use one shared reference --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Email auth factor (#3602)Paul Frazee2024-04-221-0/+60
* Add email 2fa toggle * Add UI elements needed for 2fa codes in login * Wire up to the server * Give a better failure message for bad 2fa code * Handle enter key in login form 2fa field * Trim spaces * Improve error message