Commit d2e2f22
authored
feat: persist preferred project by account key (#1366)
## Problem
Now we're not persisting preferred project on logout followed by login
<!-- Who is this for and what problem does it solve? -->
<!-- Closes #ISSUE_ID -->
## Changes
persist it in sqlite, keying by region and account key
<!-- What did you change and why? -->
<!-- If there are frontend changes, include screenshots. -->1 parent 915bd26 commit d2e2f22
11 files changed
Lines changed: 1340 additions & 26 deletions
File tree
- apps/code/src/main
- db
- migrations
- meta
- repositories
- di
- services/auth
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments