1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2024-10-26 08:55:23 +03:00

fixex return button on error page

This commit is contained in:
Adolfo Gómez García 2023-03-29 16:14:16 +02:00
parent fddc3db8ab
commit 988044a3b8
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -24,6 +24,8 @@ export class ErrorComponent implements OnInit {
const id = this.route.snapshot.paramMap.get('id');
if (id === '19') {
this.returnUrl = '/mfa';
} else {
this.returnUrl = '/services';
}
this.error = '';
// Request error string from UDS