@extends('layouts.auth') @section('content')
@if(config('app.demo'))
@lang('linkace.demo_login_hint')
@endif @include('partials.alerts') @if(config('auth.sso.regular_login_disabled') !== true) @include('auth.login-form') @endif @if(config('auth.sso.enabled') === true) @include('auth.oauth') @endif
@endsection