web/user: fix use sub-pages not redirecting back to the subpage
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		@ -79,7 +79,9 @@ export class MFADevicesPage extends Table<Device> {
 | 
			
		||||
                                    return html`<li>
 | 
			
		||||
                                        <a
 | 
			
		||||
                                            href="${ifDefined(stage.configureUrl)}${AndNext(
 | 
			
		||||
                                                "/if/user/#/settings;page-mfa",
 | 
			
		||||
                                                `/if/user/#/settings;${JSON.stringify({
 | 
			
		||||
                                                    page: "page-mfa",
 | 
			
		||||
                                                })}`,
 | 
			
		||||
                                            )}"
 | 
			
		||||
                                            class="pf-c-dropdown__menu-item"
 | 
			
		||||
                                        >
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user