Pax8 fixed code

This commit is contained in:
Chris Payne
2025-07-08 21:40:04 -04:00
parent 707f6597b5
commit 7de720bd8a

View File

@@ -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")
}
})