Start Charge overlay and forbidden route
This commit is contained in:
8
src/routes/[qrcode]/forbidden/+page.svelte
Normal file
8
src/routes/[qrcode]/forbidden/+page.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="pointer-events-auto bg-red-500/50 h-full w-full flex justify-center items-center">
|
||||
<div class="card card-border bg-base-100">
|
||||
<div class="card-body items-center">
|
||||
<h2 class="card-title">Forbidden</h2>
|
||||
<p>You don't have permission to use this chargepoint</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user