Skip to content
Snippets Groups Projects
Commit a11fb5cb authored by Rachel Sidney's avatar Rachel Sidney
Browse files

fix navbar member for responsive view

parent 27807b22
No related merge requests found
Showing
with 6 additions and 2 deletions
...@@ -41,7 +41,8 @@ class SocialAccountsController extends Controller ...@@ -41,7 +41,8 @@ class SocialAccountsController extends Controller
//dd($accountService->user()); //dd($accountService->user());
//dd(auth()->guard('member')->user()); //dd(auth()->guard('member')->user());
try { try {
$user = Socialite::with($provider)->setHttpClient(new \GuzzleHttp\Client(['curl' => array(CURLOPT_PROXY => 'cache.itb.ac.id', CURLOPT_PROXYPORT => 8080, CURLOPT_PROXYUSERPWD => 'yowinarto:06561330', CURLOPT_SSLVERSION => CURL_SSLVERSION_TLSv1_2)]))->user(); $user = Socialite::with($provider)->user();
//uncomment this: $user = Socialite::with($provider)->setHttpClient(new \GuzzleHttp\Client(['curl' => array(CURLOPT_PROXY => 'cache.itb.ac.id', CURLOPT_PROXYPORT => 8080, CURLOPT_PROXYUSERPWD => 'yowinarto:06561330', CURLOPT_SSLVERSION => CURL_SSLVERSION_TLSv1_2)]))->user();
//dd(Socialite::with($provider)->setHttpClient(new \GuzzleHttp\Client(['curl' => array(CURLOPT_PROXY => 'cache.itb.ac.id', CURLOPT_PROXYPORT => 8080, CURLOPT_PROXYUSERPWD => 'yowinarto:06561330', CURLOPT_SSLVERSION => CURL_SSLVERSION_TLSv1_2 //dd(Socialite::with($provider)->setHttpClient(new \GuzzleHttp\Client(['curl' => array(CURLOPT_PROXY => 'cache.itb.ac.id', CURLOPT_PROXYPORT => 8080, CURLOPT_PROXYUSERPWD => 'yowinarto:06561330', CURLOPT_SSLVERSION => CURL_SSLVERSION_TLSv1_2
//)]))->user()); //)]))->user());
} catch (Exception $e) { } catch (Exception $e) {
......
/var/www/html/WebAlumniSTEI/storage/app/public
\ No newline at end of file
public/storage/banner.jpg

451 KiB

public/storage/banner_darken.png

368 KiB

public/storage/cover_images/logo_itb_1525789540.png

157 KiB

public/storage/cover_images/logo_itb_1525789541.png

157 KiB

public/storage/cover_images/logo_itb_1525789614.png

157 KiB

public/storage/cover_images/logo_itb_1525789615.png

157 KiB

public/storage/cover_images/noimage.jpg

10.7 KiB

public/storage/login_facebook.png

11.8 KiB

public/storage/login_google.png

19.3 KiB

public/storage/login_linkedin.png

9.28 KiB

public/storage/logo_itb.png

157 KiB

public/storage/profile_image/logo_itb_1525789546.png

157 KiB

public/storage/profile_image/logo_itb_1525789548.png

157 KiB

public/storage/profile_image/logo_itb_1525789619.png

157 KiB

public/storage/profile_image/logo_itb_1525789621.png

157 KiB

public/storage/profile_image/noimage.jpg

26 KiB

nim,name,email,phone_number
1,testone,testone@gmail.com,08988123456
2,testtwo,testtwo@gmail.com,08988123456
3,testthree,testthree@gmail.com,08988123456
\ No newline at end of file
public/storage/view-more-members.jpg

19.7 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment