We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a4f37 commit a519d01Copy full SHA for a519d01
1 file changed
src/app/authorize/pages/authorize/authorize.component.html
@@ -3,6 +3,7 @@
3
<div class="row space-around">
4
<div class="col m6 s4 l6">
5
<mat-card
6
+ *ngIf="showAuthorizationComponent || showAuthorizationError"
7
appearance="outlined"
8
class="orcid-wizard authorize-wrapper"
9
[ngClass]="{
0 commit comments