Commit cf687d0
committed
refactor(authentication): use pushNamed instead of goNamed for navigation
- Replace context.goNamed with context.pushNamed in _RequestCodeView
- This change affects both account linking and regular verification flows
- The modification ensures a new entry is pushed onto the navigation stack
- instead of replacing the current route, changing the navigation behavior1 parent 81485d3 commit cf687d0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments