diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index dd5d45b..33c93af 100644 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -27,6 +27,7 @@ public function boot(): void } Passport::tokensCan([ + 'openid' => 'Open ID', 'read-user' => 'Read user', ]); } diff --git a/lang/en/auth.php b/lang/en/auth.php index ada8d92..425922e 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -53,6 +53,7 @@ 'save' => 'Save', ], 'scopes' => [ + 'openid' => 'Connect Open ID applications to your account', 'read-user' => 'View your account information, such as email address and username', ], 'verify-email' => [ diff --git a/lang/pl/auth.php b/lang/pl/auth.php index 0e12f13..6b841d3 100644 --- a/lang/pl/auth.php +++ b/lang/pl/auth.php @@ -53,6 +53,7 @@ 'save' => 'Zapisz', ], 'scopes' => [ + 'openid' => 'Łączyć aplikacje Open ID z Twoim kontem', 'read-user' => 'Wyświetlać informacje o Twoim koncie, takie jak adres e-mail i nazwa użytkownika', ], 'verify-email' => [