diff --git a/lang/en/messages.php b/lang/en/messages.php index b3b3062cb34..6089db9099a 100644 --- a/lang/en/messages.php +++ b/lang/en/messages.php @@ -234,6 +234,8 @@ 'selections_item_unselected' => ':title is not selected. Click to select.', 'selections_limit_reached' => 'Selection limit reached. Cannot select :title', 'selections_select_all' => ':selected of :total items selected. Check to select all items.', + 'session_expiry_dismissed_banner' => 'Your session is about to expire. Click here to extend it and stay signed in.', + 'session_expiry_dismissed_login_banner' => 'Your session has expired. Click here to log back in.', 'session_expiry_enter_password' => 'Enter your password to continue.', 'session_expiry_enter_two_factor_code' => 'Enter your authenticator code to continue.', 'session_expiry_enter_two_factor_recovery_code' => 'Enter a recovery code to continue.', diff --git a/resources/js/components/SessionExpiry.vue b/resources/js/components/SessionExpiry.vue index 5a8dd86c05b..553487a50dd 100644 --- a/resources/js/components/SessionExpiry.vue +++ b/resources/js/components/SessionExpiry.vue @@ -1,17 +1,33 @@