mirror of
https://github.com/safing/portmaster.git
synced 2026-05-20 20:40:36 +00:00
UI: Do not show username in the main application view
https://github.com/safing/portmaster/issues/2123
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
<sfng-tipup key="dashboardIntro" placement="left"></sfng-tipup>
|
||||
</h1>
|
||||
|
||||
<!--
|
||||
\\ DISABLED because: Displaying the SPN username in a prominent location may raise security and privacy concerns for some users.
|
||||
|
||||
<span class="text-sm font-normal text-secondary">
|
||||
<ng-container *ngIf="!!profile; else: noUsername">
|
||||
Welcome back, <span class="text-primary">{{ profile.username }}</span>!
|
||||
@@ -16,6 +19,7 @@
|
||||
Welcome back!
|
||||
</ng-template>
|
||||
</span>
|
||||
-->
|
||||
</div>
|
||||
|
||||
<div class="flex flex-row gap-8">
|
||||
|
||||
Reference in New Issue
Block a user