diff --git a/resources/views/vendor/passport/authorize.blade.php b/resources/views/vendor/passport/authorize.blade.php new file mode 100644 index 00000000..33849db8 --- /dev/null +++ b/resources/views/vendor/passport/authorize.blade.php @@ -0,0 +1,108 @@ + + + + + + + + {{ config('app.name') }} - Authorization + @vite('resources/css/app.css') + + +
+
+ + + + + + + + + + + + + +
+ +
+ +
+
+ +

{{ $client->name }} is requesting permission + to access your + account.

+ + + @if (count($scopes) > 0) +
+

This application will be able to:

+ +
    + @foreach ($scopes as $scope) +
  • {{ $scope->description }}
  • + @endforeach +
+
+ @endif + +
+ +
+ @csrf + + + + + +
+ + +
+ @csrf + @method('DELETE') + + + + + +
+
+
+
+ +
+ +
+ +