Skip to content

Commit b015029

Browse files
this commit updates the authorization screen title and description to clearly inform that the application is requesting permission to access the user account, making the context more explicit and understandable
1 parent 0caca96 commit b015029

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Source/Vinder.Federation.WebApi/Pages/Authorize.cshtml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@
8383

8484
<div class="relative z-10 flex flex-col items-center text-center px-12">
8585
<div class="mt-12">
86-
<h2 class="text-2xl font-bold text-white mb-2">Secure Access</h2>
87-
<p class="text-gray-400 text-sm max-w-xs">Your data is protected with enterprise-grade security and encryption</p>
86+
<h2 class="text-2xl font-semibold text-white mb-2">Authorize application</h2>
87+
<p class="text-gray-400 text-sm max-w-xs">
88+
This application is requesting permission to access your account.
89+
</p>
8890
</div>
8991
</div>
9092

0 commit comments

Comments
 (0)