From ce3119d8d7d00ffbde88834369c485376eff2094 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Fri, 9 Feb 2024 16:39:13 -0500 Subject: [PATCH] gdm/util: Add new "background" message type This commit adds a new "background" message type for messages that should appear in the footer. --- js/gdm/util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/gdm/util.js b/js/gdm/util.js index 092b40231..bba03c0be 100644 --- a/js/gdm/util.js +++ b/js/gdm/util.js @@ -103,6 +103,7 @@ export const MessageType = { HINT: 1, INFO: 2, ERROR: 3, + BACKGROUND: 4, }; const FingerprintReaderType = {