Skip to content

Commit

Permalink
auth
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkumru committed Apr 22, 2021
1 parent c15cfee commit 2b15570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/myxql/protocol/auth.ex
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ defmodule MyXQL.Protocol.Auth do
sha256_password(config.password, initial_auth_plugin_data)

true ->
""
mysql_native_password(config.password, initial_auth_plugin_data)
end
end

Expand Down

0 comments on commit 2b15570

Please sign in to comment.