Adds support for an auto-theme attribute in the Razor tag helper. Defaults to false for backward compatibility with existing applications.
If set to true, JS will be injected into the page to automatically set the reCAPTCHA theme to "dark" if the user's system (OS, browser) is configured to prefer a dark appearance.
This can be seen by setting the appearance to dark in macOS and iOS.
Adds support for an
auto-theme
attribute in the Razor tag helper. Defaults tofalse
for backward compatibility with existing applications.If set to
true
, JS will be injected into the page to automatically set the reCAPTCHA theme to "dark" if the user's system (OS, browser) is configured to prefer a dark appearance.This can be seen by setting the appearance to dark in macOS and iOS.