{{ displayName }}
@@ -61,8 +59,7 @@
*ngIf="
userInfo &&
(userInfo['IN_DELEGATION_MODE'] === 'false' ||
- userInfo['DELEGATED_BY_ADMIN'] === 'true' ||
- !restrictedDelegators)
+ userInfo['DELEGATED_BY_ADMIN'] === 'true')
"
>
settings
diff --git a/src/app/layout/user-menu/user-menu.component.scss b/src/app/layout/user-menu/user-menu.component.scss
index 4bdb7e21ce..c1445075de 100644
--- a/src/app/layout/user-menu/user-menu.component.scss
+++ b/src/app/layout/user-menu/user-menu.component.scss
@@ -4,7 +4,7 @@
cursor: pointer;
padding-bottom: 8px;
padding-top: 4px;
- align-items: center;
+ align-items: start;
width: auto;
flex-wrap: nowrap;
max-width: 248px;
@@ -27,7 +27,8 @@
width: 199px;
overflow: hidden;
text-overflow: ellipsis;
- text-align: left;
+ white-space: initial;
+ word-break: break-word;
}
}
}
diff --git a/src/app/layout/user-menu/user-menu.component.ts b/src/app/layout/user-menu/user-menu.component.ts
index 24b4761e27..20affc0d8c 100644
--- a/src/app/layout/user-menu/user-menu.component.ts
+++ b/src/app/layout/user-menu/user-menu.component.ts
@@ -26,9 +26,7 @@ export class UserMenuComponent implements OnInit {
labelSigninRegister = $localize`:@@layout.ariaLabelSigninRegister:Sign in to ORCID or register for your ORCID iD`
labelUserMenu = $localize`:@@layout.ariaLabelUserMenu:User menu`
isAccountDelegate: boolean
- restrictedDelegators: boolean
inboxUnread = 0
- newDeveloperTools: boolean
constructor(
private _router: Router,
@@ -55,12 +53,6 @@ export class UserMenuComponent implements OnInit {
}
ngOnInit() {
- this._togglz
- .getStateOf('NEW_DEVELOPER_TOOLS')
- .subscribe((value) => (this.newDeveloperTools = value))
- this._togglz
- .getStateOf('RESTRICTED_DELEGATORS')
- .subscribe((value) => (this.restrictedDelegators = value))
this._inboxService
.retrieveUnreadCount()
.pipe(first())
@@ -80,7 +72,7 @@ export class UserMenuComponent implements OnInit {
this._router.navigate([ApplicationRoutes.trustedParties])
} else if (url === 'trusted-parties') {
this._router.navigate([ApplicationRoutes.trustedParties])
- } else if (url === 'developer-tools' && this.newDeveloperTools) {
+ } else if (url === 'developer-tools') {
this._router.navigate([ApplicationRoutes.developerTools])
} else {
this.window.location.href = environment.BASE_URL + url
diff --git a/src/app/link-account/pages/link-account/link-account.component.html b/src/app/link-account/pages/link-account/link-account.component.html
index a94dd9a6e2..9336489237 100644
--- a/src/app/link-account/pages/link-account/link-account.component.html
+++ b/src/app/link-account/pages/link-account/link-account.component.html
@@ -28,7 +28,16 @@
You are signed into
{{ entityDisplayName }}
- as
+
+ as
+
{{
signInData.email
diff --git a/src/app/record/components/work-contributors/work-contributors.component.html b/src/app/record/components/work-contributors/work-contributors.component.html
index 8242d352bb..37f972fe64 100644
--- a/src/app/record/components/work-contributors/work-contributors.component.html
+++ b/src/app/record/components/work-contributors/work-contributors.component.html
@@ -31,12 +31,7 @@
-
maxNumberOfContributors + 1
- "
- >
+ maxNumberOfContributors + 1">