Companion: fix pairing admin guard import

Co-authored-by: Lohinth <lohinth25@proton.me>
This commit is contained in:
Lohinth
2026-06-02 16:59:37 +05:30
committed by GitHub
parent 493c815371
commit 12ba535c7d
2 changed files with 17 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ import html
from fastapi import APIRouter, Request
from fastapi.responses import HTMLResponse
from core.middleware import require_admin
from src.auth_helpers import get_current_user
from companion import pairing as _pairing