Skip to content

Commit

Permalink
Set notifo link target
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Aug 3, 2023
1 parent c45d3c7 commit 6083275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ public sealed class UpdateUserDto

public UserValues ToValues()
{
return SimpleMapper.Map(this, new UserValues { Permissions = new PermissionSet(Permissions) };
return SimpleMapper.Map(this, new UserValues { Permissions = new PermissionSet(Permissions) });
}
}
1 change: 1 addition & 0 deletions frontend/src/app/shared/components/notifo.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export class NotifoComponent implements AfterViewInit, OnDestroy {
apiUrl: this.notifoApiUrl,
userKey: null,
userToken: this.notifoApiKey,
linkTarget: '_blank',
};

if (this.notifoApiUrl.includes('localhost:5002')) {
Expand Down

0 comments on commit 6083275

Please sign in to comment.