Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Commit

Permalink
style: [CodeFactor] apply fixes to commit 5ed5d6f (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: codefactor-io <[email protected]>
  • Loading branch information
codefactor-io[bot] and code-factor authored Jan 4, 2025
1 parent 5e168f6 commit 2146dae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ViSort/Pages/ProfilePages/SignUpPage.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Windows;
using System.Windows;
using System.Windows.Controls;
using ViSort.Models;
using ViSort.Pages.ProfilePages;
Expand Down Expand Up @@ -44,7 +44,6 @@ private async void SubmitButton_Click(object sender, RoutedEventArgs e)
ValidatePasswordTextBlock.Text = "Mật khẩu xác nhận không khớp. Vui lòng kiểm tra lại.";
ValidatePasswordTextBlock.Visibility = Visibility.Visible;
return;

}
ValidatePasswordTextBlock.Visibility = Visibility.Hidden;
SubmitButton.IsEnabled = false;
Expand Down

0 comments on commit 2146dae

Please sign in to comment.