Skip to content

Commit

Permalink
Set height on authentication dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanw committed Aug 29, 2024
1 parent 5c47f64 commit fc29abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-app/src/app/http/token.interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export class TokenInterceptorService implements HttpInterceptor {
this.isRefreshingToken = true
this.dialog.open(AuthenticationDialogComponent, {
width: '600px',
height: '400px',
disableClose: true,
autoFocus: false
}).afterClosed().subscribe(() => {
Expand Down

0 comments on commit fc29abc

Please sign in to comment.