🔧 re-enable jwtinfo userdetails in Dashboard

ref #23
This commit is contained in:
Philipp Dormann 2021-01-02 23:04:58 +01:00
parent b9410dc5f1
commit 12eb207605

View File

@ -51,7 +51,7 @@
<!-- Add content here, remove div below --> <!-- Add content here, remove div below -->
<!-- <div class="border-4 border-dashed rounded h-96" /> --> <!-- <div class="border-4 border-dashed rounded h-96" /> -->
<h1 class="text-3xl leading-tight"> <h1 class="text-3xl leading-tight">
<span class="font-bold">Dashboard</span><span> - hello there, </span> <span class="font-bold">Dashboard</span><span> - hello there, <span class="text-blue-500">{store.state.jwtinfo.userdetails.firstname}</span> 👋</span>
</h1> </h1>
<div class="shadow px-6 pt-4 pb-1"> <div class="shadow px-6 pt-4 pb-1">
<BreadcrumbNav /> <BreadcrumbNav />