replace_all Action
Use replace_all
to remove all pages on the stack and replace them with the specified page.
Login pages can use this to show the home page after login.
Examples
# Ruby
replace_all("/")
#![allow(unused)] fn main() { // Rust replace_all("/") }