Commit d5ce770
committed
fix: apply username from backend instead of guessing
The username (userId) is generated on the backend,
sometimes it is the email, but sometimes it is hashed.
So we need to return the created userId and then use this one
for the setting up following shares.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>1 parent a4c60f1 commit d5ce770
3 files changed
Lines changed: 10 additions & 11 deletions
File tree
- lib/Controller
- src/views
- tests/unit/Controller
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
| 174 | + | |
183 | 175 | | |
184 | 176 | | |
185 | 177 | | |
| |||
233 | 225 | | |
234 | 226 | | |
235 | 227 | | |
236 | | - | |
| 228 | + | |
237 | 229 | | |
238 | 230 | | |
239 | 231 | | |
240 | 232 | | |
241 | 233 | | |
242 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
243 | 238 | | |
244 | 239 | | |
245 | 240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
710 | | - | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
711 | 714 | | |
712 | 715 | | |
713 | 716 | | |
| |||
0 commit comments