diff --git a/resources/views/mcp/authorize.blade.php b/resources/views/mcp/authorize.blade.php index 7d14787..60b3f90 100644 --- a/resources/views/mcp/authorize.blade.php +++ b/resources/views/mcp/authorize.blade.php @@ -43,16 +43,16 @@ @vite(['resources/css/app.css']) - +
-
+
- +
@@ -61,7 +61,7 @@ Authorize {{ $client->name }} -

+

This application will be able to:
Use available MCP functionality.

@@ -69,8 +69,8 @@
-
-

Logged in as:

+
+

Logged in as:

{{ $user->email }}

@@ -82,10 +82,10 @@
    @foreach($scopes as $scope)
  • -
    -
    +
    +
    - + {{ $scope->description }}
  • @@ -104,7 +104,7 @@ -