diff --git a/resources/views/authorize.blade.php b/resources/views/authorize.blade.php index 53f44e9d..d0a4a991 100644 --- a/resources/views/authorize.blade.php +++ b/resources/views/authorize.blade.php @@ -38,56 +38,56 @@ -
-
-
-
-
- Authorization Request -
-
- -

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

+
+
+
+
+
+ Authorization Request +
+
+ +

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

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

This application will be able to:

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

This application will be able to:

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