@@ -29,6 +29,7 @@ func main() {
// Fetch user input
fmt.Print("Enter your password: ")
fmt.Scanf("%s", &input)
fmt.Println(input)
// Check users password
message, err := password.Check(input, commonWords, commonPasswords)
The note is not visible to the blocked user.