Skip to content
Snippets Groups Projects
Unverified Commit 5a585775 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix typo

parent dabe7e47
No related branches found
No related tags found
No related merge requests found
......@@ -21,5 +21,5 @@ if (empty($password)) {
exit(1);
}
$cryptoUtils = new SimpleSAML\Utils\Crypt();
$cryptoUtils = new SimpleSAML\Utils\Crypto();
echo "\n " . $cryptoUtils->pwHash($password) . "\n\n";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment