Skip to content
Snippets Groups Projects
Commit 103d6776 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Improve text on warning message

parent 758177d1
No related branches found
No related tags found
1 merge request!2601Warn admin of granting admin rights during OAuth
Loading
Loading
@@ -9,7 +9,9 @@
.text-warning.prepend-top-20
%p
= icon("exclamation-triangle fw")
Caution! You are admin, and thus will grant admin permission to #{@pre_auth.client.name}.
You are an admin, which means granting access to
%strong #{@pre_auth.client.name}
will allow them to interact with GitLab as an admin as well. Proceed with caution.
 
- if @pre_auth.scopes
#oauth-permissions
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment