mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
Basic implmentation of the dynamic rendering of Authentication Methods
This commit is contained in:
@@ -49,7 +49,7 @@ export class DynamicShibbolethComponent implements OnInit {
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
console.log('injectedAuthMethodModel', this.injectedAuthMethodModel);
|
||||
// console.log('injectedAuthMethodModel', this.injectedAuthMethodModel);
|
||||
// set formGroup
|
||||
this.shibbForm = this.formBuilder.group({
|
||||
shibbButton: [''],
|
||||
|
Reference in New Issue
Block a user