You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the implementation expects command name and function name to match
for the auto-discovery to work
previously we had 'reset-password' as the command name
and 'reset_password' as the function name
this normalizes them both to 'reset'
0 commit comments