Commit d14dc83
committed
fix(migration): sequence-guard stale encryption check in preview
A stale preview job suspended in the isEncryptedExport check can resume
after a newer preview has started (job cancellation is cooperative). Its
success branch updated the password prompt without a sequence check, so it
could redirect the UI to the wrong import URI. Apply the same sequence
guard used by the failure and post-preview paths.1 parent 4f1a822 commit d14dc83
1 file changed
Lines changed: 5 additions & 1 deletion
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
238 | 242 | | |
239 | 243 | | |
240 | 244 | | |
| |||
0 commit comments