discourse/app/assets
Penar Musaraj 457c2bf5bb
FIX: Handle old Firefox versions that do not support isConditionalMediationAvailable (#25549)
Some versions of Firefox will throw a TypeError when calling
PublicKeyCredential.isConditionalMediationAvailable() because the
method does not exist. That would previously lead to a "Sorry, an error
has occurred." modal when trying to login.

This commit fixes the issue by properly checking if the method exists.
Since it only affects older Firefox versions, no tests are added.
2024-03-15 16:01:27 +08:00
..
images FIX: Use correct location for wizard background image (#24183) 2023-10-31 15:57:47 +00:00
javascripts FIX: Handle old Firefox versions that do not support isConditionalMediationAvailable (#25549) 2024-03-15 16:01:27 +08:00
stylesheets UX: Fix the video spinner css (#25770) 2024-03-06 14:36:50 -07:00