Update verify.go (#364)

This commit is contained in:
axjp
2025-09-21 07:52:41 +01:00
committed by GitHub
parent c9867ccb76
commit e114bf0943

View File

@@ -70,7 +70,7 @@ var VerifyCmd = &cobra.Command{
err = bcrypt.CompareHashAndPassword([]byte(user.Password), []byte(iPassword))
if err != nil {
log.Fatal().Msg("Ppassword is incorrect")
log.Fatal().Msg("Password is incorrect")
}
if user.TotpSecret == "" {