gdm/util: Add new "background" message type

This commit adds a new "background" message type for messages that
should appear in the footer.
This commit is contained in:
Ray Strode 2024-02-09 16:39:13 -05:00
parent bbb97681bc
commit ce3119d8d7

View file

@ -103,6 +103,7 @@ export const MessageType = {
HINT: 1,
INFO: 2,
ERROR: 3,
BACKGROUND: 4,
};
const FingerprintReaderType = {