We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8555a8e commit 0cba21bCopy full SHA for 0cba21b
resources/views/studio/profile.blade.php
@@ -15,7 +15,7 @@
15
<button type="Change " class="mt-3 ml-3 btn btn-info">Change name</button>
16
</form>
17
18
-@if(env('REGISTER_AUTH') != 'verified')
+@if(env('REGISTER_AUTH') != 'verified' or auth()->user()->role == 'admin')
19
<br><br><form action="{{ route('editProfile') }}" method="post">
20
@csrf
21
<div class="form-group col-lg-8">
0 commit comments