@extends('layouts.fullscreen-layout') @section('content')

Complete Your Registration

Set a password to secure your account and enable email login.

avatar

{{ session('social_signup_name') }}

{{ session('social_signup_email') }}

via {{ ucfirst(session('social_signup_provider', 'social')) }}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Why set a password?
This allows you to sign in with your email and password in the future, even if you don't want to use {{ ucfirst(session('social_signup_provider', 'social')) }} login.

@endsection