Makes login dialog responsive on add new account

This commit is contained in:
apapachristou 2020-11-27 14:41:27 +02:00
parent 142c9ab5ea
commit f87f8e31af
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ export class UserProfileComponent extends BaseComponent implements OnInit, OnDes
restoreFocus: false,
autoFocus: false,
width: '653px',
maxHeight: '90vh',
data: {
}
});