Update debug.ex (#675)

This commit is contained in:
Bryan Bryce 2024-05-11 13:45:03 -07:00 committed by GitHub
parent 8c4e6667c4
commit 014819811f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ defmodule AshAuthentication.Debug do
def start do
if enabled?() do
Logger.warning("""
Starting AshAuthentication with `debug_authentication_failres?` turned on.
Starting AshAuthentication with `debug_authentication_failures?` turned on.
You should only ever do this in your development environment for
debugging purposes as it will leak PII into your log.