feat: enable OIDC social login in auth views

This commit is contained in:
2026-05-01 15:43:43 -04:00
parent 4ed1f6769d
commit e79d6174f8
2 changed files with 37 additions and 21 deletions
+15
View File
@@ -76,6 +76,21 @@
<button type="submit" class="btn btn-primary w-100">Create new account</button>
</div>
</div>
<div class="hr-text">or</div>
<div class="card-body">
<div class="row">
<div class="col">
<a href="{{ url('auth/social/oidc') }}" class="btn btn-white w-100">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-login" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2"></path>
<path d="M20 12h-13l3 -3m0 6l-3 -3"></path>
</svg>
Login with Single Sign-On
</a>
</div>
</div>
</div>
</form>
<div class="text-center text-muted mt-3">
Already have account? <a href="{{route('login')}}" tabindex="-1">Sign in</a>