diff --git a/app/Http/Controllers/Admin/PackageController.php b/app/Http/Controllers/Admin/PackageController.php
index 7b946eb..071dc88 100644
--- a/app/Http/Controllers/Admin/PackageController.php
+++ b/app/Http/Controllers/Admin/PackageController.php
@@ -23,9 +23,11 @@ class PackageController extends Controller
{
public function index(Request $request): Response
{
+ $perPage = $request->input('per_page') ?? 25;
+
$packages = Package::query()
->latest('id')
- ->paginate(25);
+ ->paginate($perPage);
return Inertia::render('Admin/Packages/Index', [
'packages' => $packages,
diff --git a/resources/js/Pages/Profile/Partials/LogoutOtherBrowserSessionsForm.vue b/resources/js/Pages/Profile/Partials/LogoutOtherBrowserSessionsForm.vue
index 9a04418..299fe2f 100644
--- a/resources/js/Pages/Profile/Partials/LogoutOtherBrowserSessionsForm.vue
+++ b/resources/js/Pages/Profile/Partials/LogoutOtherBrowserSessionsForm.vue
@@ -20,6 +20,7 @@ import {
} from "@/Components/ui/dialog";
import InputError from "@/Components/InputError.vue";
import { Monitor, Smartphone, LogOut, CheckCircle } from "lucide-vue-next";
+import AppCard from "@/Components/app/ui/card/AppCard.vue";
defineProps({
sessions: Array,
@@ -55,68 +56,64 @@ const closeModal = () => {
-
- If necessary, you may log out of all of your other browser sessions across all of - your devices. Some of your recent sessions are listed below; however, this list - may not be exhaustive. If you feel your account has been compromised, you should - also update your password. -
- - -- No active sessions found. This feature requires session data to be configured in your Laravel application. -
-Najdena nobena odprta prijava.
++ Za dokončanje omogočanja dvostopenjske overitve skenirajte naslednjo QR-kodo z + aplikacijo za preverjanje pristnosti na vašem telefonu ali vnesite + namestitveno kodo in vpišite ustvarjeno OTP-kodo. +
++ Dvonivojska overitev je zdaj omogočena. Skenirajte QR kodo z aplikacijo za + preverjanje pristnosti na vašem telefonu ali vnesite namestitveni ključ. +
+ + + + + +- When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application. -
-+ Shranite to obnovitveno kodo v upravitelja gesel. Lahko se uporabi za obnovo + vstopa v vaš račun, če se izgubi naprava z dvostopenjskim overjanjem. +
+- To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code. -
-- Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key. -
+ + +- Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost. -
-Posodobite informacije vašega profila in e-poštni naslov.
+ -- Your email address is unverified. - - Click here to re-send the verification email. - -
-+ Vaš e-poštni naslov ni potrjen. + + Kliknite tukaj za ponovno pošiljanje potrditvenega e-sporočila. + +
+