Skip to content

Commit a519d01

Browse files
PD-2371 remove empty panel on oauth reauthorization (#2686)
Co-authored-by: andrej romanov <50377758+auumgn@users.noreply.github.com> Co-authored-by: Angel Montenegro <a.montenegro@orcid.org>
1 parent f9a4f37 commit a519d01

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/authorize/pages/authorize/authorize.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<div class="row space-around">
44
<div class="col m6 s4 l6">
55
<mat-card
6+
*ngIf="showAuthorizationComponent || showAuthorizationError"
67
appearance="outlined"
78
class="orcid-wizard authorize-wrapper"
89
[ngClass]="{

0 commit comments

Comments
 (0)