From b5a83d9e8b39b05432ce087dbc08afc42b2c7029 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 2 Oct 2019 13:25:35 -0600 Subject: [PATCH] Update authorize view --- resources/views/vendor/passport/authorize.blade.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/resources/views/vendor/passport/authorize.blade.php b/resources/views/vendor/passport/authorize.blade.php index 7eeae354f..2e7ec1652 100644 --- a/resources/views/vendor/passport/authorize.blade.php +++ b/resources/views/vendor/passport/authorize.blade.php @@ -44,13 +44,13 @@
-
+
Authorization Request
-

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

+

{{ $client->name }} is requesting permission to access your {{request()->user()->username}} account.

@if (count($scopes) > 0) @@ -85,6 +85,11 @@
+
+

Click here to log out of this account.

+