Deploy Ladill Woo Manager / deploy (push) Successful in 34s
Logout now lands on the branded sign-out screen with Woo-specific copy instead of the minimal placeholder card. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
232 B
PHP
8 lines
232 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Ladill Woo Manager',
|
|
'logo' => 'images/logo/ladillwoomanager-logo.svg',
|
|
'description' => 'Your Ladill Woo Manager session has ended. Sign in again to manage orders, products, and stores.',
|
|
];
|