File tree 3 files changed +3
-3
lines changed
authentications-monitoring
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
<path stroke-linecap =" round" stroke-linejoin =" round" d =" M17.982 18.725A7.488 7.488 0 0012 15.75a7.488 7.488 0 00-5.982 2.975m11.963 0a9 9 0 10-11.963 0m11.963 0A8.966 8.966 0 0112 21a8.966 8.966 0 01-5.982-2.275M15 9.75a3 3 0 11-6 0 3 3 0 016 0z" />
22
22
</svg >
23
23
<p class =" text-sm leading-none text-gray-600 ml-2" >
24
- {{ $action -> user -> name ?? ' Guest User' } }
24
+ {{ $action -> user -> { config ( ' user-monitoring.user.display_attribute ' )} ?? ' Guest User' } }
25
25
</p >
26
26
</div >
27
27
</td >
Original file line number Diff line number Diff line change 14
14
<path stroke-linecap =" round" stroke-linejoin =" round" d =" M17.982 18.725A7.488 7.488 0 0012 15.75a7.488 7.488 0 00-5.982 2.975m11.963 0a9 9 0 10-11.963 0m11.963 0A8.966 8.966 0 0112 21a8.966 8.966 0 01-5.982-2.275M15 9.75a3 3 0 11-6 0 3 3 0 016 0z" />
15
15
</svg >
16
16
<p class =" text-sm leading-none text-gray-600 ml-2" >
17
- {{ $authentication -> user -> name ?? ' Guest User' } }
17
+ {{ $authentication -> user -> { config ( ' user-monitoring.user.display_attribute ' )} ?? ' Guest User' } }
18
18
</p >
19
19
</div >
20
20
</td >
Original file line number Diff line number Diff line change 21
21
<path stroke-linecap =" round" stroke-linejoin =" round" d =" M17.982 18.725A7.488 7.488 0 0012 15.75a7.488 7.488 0 00-5.982 2.975m11.963 0a9 9 0 10-11.963 0m11.963 0A8.966 8.966 0 0112 21a8.966 8.966 0 01-5.982-2.275M15 9.75a3 3 0 11-6 0 3 3 0 016 0z" />
22
22
</svg >
23
23
<p class =" text-sm leading-none text-gray-600 ml-2" >
24
- {{ $visit -> user -> name ?? ' Guest User' } }
24
+ {{ $visit -> user -> { config ( ' user-monitoring.user.display_attribute ' )} ?? ' Guest User' } }
25
25
</p >
26
26
</div >
27
27
</td >
You can’t perform that action at this time.
0 commit comments