mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
Merge branch 'master' into feature/sso
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { NgModule, Injectable } from '@angular/core';
|
||||
import {
|
||||
ActivatedRouteSnapshot,
|
||||
RouteReuseStrategy,
|
||||
@@ -256,6 +256,7 @@ const routes: Routes = [
|
||||
},
|
||||
];
|
||||
|
||||
@Injectable()
|
||||
export class NoRouteReuseStrategy implements RouteReuseStrategy {
|
||||
shouldDetach(route: ActivatedRouteSnapshot) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user