You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RTL/src/app/shared/components/sso-failed/sso-failed.component.ts

15 lines
239 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'rtl-sso-failed',
templateUrl: './sso-failed.component.html'
})
export class SsoFailedComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}