This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit 16acdbaa0d89a2180a4b90e0ed4ea28f2b8a2cb2
Author: Marcus Christie <[email protected]>
AuthorDate: Fri Oct 21 17:39:52 2022 -0400

    AIRAVATA-3647 change logged out warning background to yellow/warning
---
 django_airavata/static/common/js/components/NotificationsDisplay.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/django_airavata/static/common/js/components/NotificationsDisplay.vue 
b/django_airavata/static/common/js/components/NotificationsDisplay.vue
index 5d7a8f6d..b711344c 100644
--- a/django_airavata/static/common/js/components/NotificationsDisplay.vue
+++ b/django_airavata/static/common/js/components/NotificationsDisplay.vue
@@ -4,7 +4,7 @@
       <template v-for="unhandledError in unhandledErrors">
         <b-alert
           v-if="isUnauthenticatedError(unhandledError.error)"
-          variant="danger"
+          variant="warning"
           :key="unhandledError.id"
           show
           dismissible

Reply via email to