mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-08-07 17:48:27 +00:00
optimise routes and guards (#676)
* reduce duplicate settings * simplify guards/resolvers * fetch data after 401 * unit tests * extra unit tests * unit tests for auth guard * trashcan tests
This commit is contained in:
@@ -80,6 +80,13 @@ import { MaterialModule } from '../material.module';
|
||||
},
|
||||
getRedirect(): string {
|
||||
return null;
|
||||
},
|
||||
setRedirect() {},
|
||||
isOauth(): boolean {
|
||||
return false;
|
||||
},
|
||||
isOAuthWithoutSilentLogin(): boolean {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user