Say whether an approval was refused, unanswered, or never shown

This commit is contained in:
Viktor Liu
2026-08-31 15:15:37 +02:00
parent 3af7764b09
commit bad63c14b8
5 changed files with 200 additions and 10 deletions

View File

@@ -557,6 +557,8 @@ var vncRejectCodes = [...]string{
"BAD_REQUEST",
"NO_CONSOLE_USER",
"APPROVAL_DENIED",
"APPROVAL_TIMEOUT",
"APPROVAL_UNAVAILABLE",
"NO_APPROVER",
}