|
@@ -22,51 +22,53 @@ $personas = myPersonas($user);
|
|
|
<h6 class="m-0 mb-sm-0 mb-3">Password Settings</h6>
|
|
|
@include('app.my-account.settings.self-put-new-password')
|
|
|
</div>
|
|
|
- <hr class="my-3">
|
|
|
- <div class="d-flex align-items-center justify-content-between">
|
|
|
- <h6 class="m-0">
|
|
|
+ {{--
|
|
|
+ <hr class="my-3">
|
|
|
+ <div class="d-flex align-items-center justify-content-between">
|
|
|
+ <h6 class="m-0">
|
|
|
+ @if($performer->user->is_standard_log_in_enabled)
|
|
|
+ <span>Disable Standard Login</span>
|
|
|
+ @else
|
|
|
+ <span>Enable Standard Login</span>
|
|
|
+ @endif
|
|
|
+ </h6>
|
|
|
@if($performer->user->is_standard_log_in_enabled)
|
|
|
- <span>Disable Standard Login</span>
|
|
|
+ @include('app.my-account.settings.self-disable-standard-login')
|
|
|
@else
|
|
|
- <span>Enable Standard Login</span>
|
|
|
+ @include('app.my-account.settings.self-enable-standard-login')
|
|
|
@endif
|
|
|
- </h6>
|
|
|
- @if($performer->user->is_standard_log_in_enabled)
|
|
|
- @include('app.my-account.settings.self-disable-standard-login')
|
|
|
- @else
|
|
|
- @include('app.my-account.settings.self-enable-standard-login')
|
|
|
- @endif
|
|
|
- </div>
|
|
|
- <hr class="my-3">
|
|
|
- <div class="d-flex align-items-center justify-content-between">
|
|
|
- <h6 class="m-0">
|
|
|
+ </div>
|
|
|
+ <hr class="my-3">
|
|
|
+ <div class="d-flex align-items-center justify-content-between">
|
|
|
+ <h6 class="m-0">
|
|
|
+ @if($performer->user->is_google_log_in_enabled)
|
|
|
+ <span>Disable Google Login</span>
|
|
|
+ @else
|
|
|
+ <span>Enable Google Login</span>
|
|
|
+ @endif
|
|
|
+ </h6>
|
|
|
@if($performer->user->is_google_log_in_enabled)
|
|
|
- <span>Disable Google Login</span>
|
|
|
+ @include('app.my-account.settings.self-disable-google-login')
|
|
|
@else
|
|
|
- <span>Enable Google Login</span>
|
|
|
+ @include('app.my-account.settings.self-enable-google-login')
|
|
|
@endif
|
|
|
- </h6>
|
|
|
- @if($performer->user->is_google_log_in_enabled)
|
|
|
- @include('app.my-account.settings.self-disable-google-login')
|
|
|
- @else
|
|
|
- @include('app.my-account.settings.self-enable-google-login')
|
|
|
- @endif
|
|
|
- </div>
|
|
|
- <hr class="my-3">
|
|
|
- <div class="d-flex align-items-center justify-content-between">
|
|
|
- <h6 class="m-0">
|
|
|
+ </div>
|
|
|
+ <hr class="my-3">
|
|
|
+ <div class="d-flex align-items-center justify-content-between">
|
|
|
+ <h6 class="m-0">
|
|
|
+ @if($performer->user->is_facebook_log_in_enabled)
|
|
|
+ <span>Disable Facebook Login</span>
|
|
|
+ @else
|
|
|
+ <span>Enable Facebook Login</span>
|
|
|
+ @endif
|
|
|
+ </h6>
|
|
|
@if($performer->user->is_facebook_log_in_enabled)
|
|
|
- <span>Disable Facebook Login</span>
|
|
|
+ @include('app.my-account.settings.self-disable-facebook-login')
|
|
|
@else
|
|
|
- <span>Enable Facebook Login</span>
|
|
|
+ @include('app.my-account.settings.self-enable-facebook-login')
|
|
|
@endif
|
|
|
- </h6>
|
|
|
- @if($performer->user->is_facebook_log_in_enabled)
|
|
|
- @include('app.my-account.settings.self-disable-facebook-login')
|
|
|
- @else
|
|
|
- @include('app.my-account.settings.self-enable-facebook-login')
|
|
|
- @endif
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ --}}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|