Fix bugs in user_list and set_passphrase
[gruntmaster-data.git] / lib / Gruntmaster / Data / Result / User.pm
index 4385b76554c55b5971a0891b40df28a5112f1264..54e6b52c2527653ddaca9496655f4d8d01533547 100644 (file)
@@ -191,7 +191,7 @@ sub set_passphrase {
                cost => 10,
                passphrase => $pw,
                salt_random => 1,
-       )})->as_rfc2307;
+       )->as_rfc2307});
 }
 
 1;
This page took 0.009933 seconds and 4 git commands to generate.