Welcome back to Prolytics Connect

Use your credentials to access data sources and workspaces.
@if (session('status')) @endif
@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
{{--

Don't have an account? Sign up

--}} @if (Route::has('password.request'))

Forgot your password?

@endif