Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-05-12 11:57:26 +03:00
parent f9a035d11d
commit 20ec92167c
3 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<template>
<q-page class="q-pa-md flex flex-center">
<div class="column items-center">
<div class="text-negative text-h6 q-mb-sm">Erisim reddedildi</div>
<div class="text-grey-7 q-mb-md">Bu sayfayi gormek icin yetkiniz yok.</div>
<q-btn color="primary" unelevated label="Ana panele don" to="/app" />
</div>
</q-page>
</template>
<script setup>
</script>