Commit 813f142
committed
fix: refresh clients list when navigating from Manage Permissions button
After OAuth approval, clicking "Manage Permissions" navigates to the
Clients page but the list could be stale. Emit oauth-client-changed
event after a short delay so the ClientsPage picks up the new client
after mounting and subscribing to events.
Signed-off-by: mcpmux <mcpmux@users.noreply.github.com>
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>1 parent a06dee7 commit 813f142
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
332 | 331 | | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
333 | 338 | | |
334 | 339 | | |
335 | 340 | | |
| |||
0 commit comments