server
server copied to clipboard
fix: remove password from stack trace
Password param used during login can be read in clear text in stack trace. Put the password argument in an array, that way removing it from stack trace.