Pax8 fixed code
This commit is contained in:
3
main.ps1
3
main.ps1
@@ -186,10 +186,9 @@ $LoginBtn.Add_Click({
|
||||
$Pax8Box.Visibility = 'Visible'
|
||||
$LoginBtn.Visibility = 'Collapsed'
|
||||
|
||||
[System.Windows.MessageBox]::Show("Login successful.", "Auth")
|
||||
}
|
||||
catch {
|
||||
[System.Windows.MessageBox]::Show("Login error: $($_.Exception.Message)", "Error")
|
||||
[System.Windows.MessageBox]::Show("Login error, please try again!", "Error")
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user