mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3181] Auth Guard - redirect by string url (#3474)
* redirect by string url * auth guard tests fix * revise
This commit is contained in:
committed by
Eugenio Romano
parent
0cf2a35983
commit
c0de0d5087
@@ -21,12 +21,12 @@
|
||||
|
||||
export class RedirectionModel {
|
||||
provider: string;
|
||||
navigation?: any[];
|
||||
url?: string;
|
||||
|
||||
constructor(obj?: any) {
|
||||
if (obj) {
|
||||
this.provider = obj.provider;
|
||||
this.navigation = obj.navigation || null;
|
||||
this.url = obj.url || null;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user