Add passkey message for domain users

This commit is contained in:
DariusIII
2026-04-24 12:43:29 +02:00
parent c29f5febd5
commit 3d70d3d537
4 changed files with 11 additions and 1 deletions
@@ -13,6 +13,9 @@
<span class="mx-4 flex-shrink text-xs uppercase text-gray-500 dark:text-gray-400">or</span>
<div class="flex-grow border-t border-gray-300 dark:border-gray-600"></div>
</div>
<p class="mt-3 text-xs text-gray-500 dark:text-gray-400">
On managed/company devices, platform passkeys may be unavailable due to policy. Use a FIDO2 security key if prompted.
</p>
@if($message = session('authenticatePasskey::message'))
<div class="mt-4 rounded-lg border border-red-200 bg-red-50 p-3 text-sm text-red-700 dark:border-red-700 dark:bg-red-900/20 dark:text-red-300" role="alert">
@@ -20,6 +20,9 @@
<p class="text-sm text-gray-600 dark:text-gray-300">
Register a passkey from your security key, browser, or password manager.
</p>
<p class="mt-2 text-xs text-gray-500 dark:text-gray-400">
On managed/company devices, platform passkeys (Windows Hello/PIN) may be disabled by policy. In that case, use a FIDO2 security key or another allowed passkey provider.
</p>
<template x-if="!supported">
<div class="mt-4 rounded-lg border border-yellow-200 bg-yellow-50 p-3 text-sm text-yellow-800 dark:border-yellow-700 dark:bg-yellow-900/20 dark:text-yellow-200">