diff --git a/passageidentity/passage.py b/passageidentity/passage.py index a1c2ed8..a721593 100644 --- a/passageidentity/passage.py +++ b/passageidentity/passage.py @@ -126,7 +126,7 @@ def createMagicLink( # noqa: N802 args.user_id = user_id args.channel = magic_link_attrs_dict.get("channel") or MagicLinkChannel.EMAIL else: - msg = "Could not create a magic link for this app: must provide one of: email, phone, user_id" + msg = "Could not create a magic link for this app: must provide one of: email, phone, userID" raise TypeError(msg) args.send = magic_link_attrs_dict.get("send") or False