From 24a646473017e38d9554b26857ee01aa677a6919 Mon Sep 17 00:00:00 2001 From: Hafez Divandari Date: Fri, 16 Aug 2024 17:19:53 +0330 Subject: [PATCH] revert irrelevant changes --- resources/views/authorize.blade.php | 80 ++++++++++++++--------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/resources/views/authorize.blade.php b/resources/views/authorize.blade.php index 53f44e9d0..d0a4a991c 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') - - - - -
+ + + + + +
-