Dumb question, I added a `username` field to the ...
# box-products
o
Dumb question, I added a
username
field to the user model. How do I access it after the user is logged in inside a view? I tried
#user.username#
and
#auth.user.username#
with no success.
s
are you using cbsecurity?
if so
Copy code
auth().user().getUsername()