Fix Casdoor login URL issue and enhance user experience. Updated organization name in environment variables, improved error handling for login failures, and added automatic redirection to Casdoor login page. Enhanced user interface with new styles for user display in the navigation bar. Updated logging to capture detailed user actions and application events.
This commit is contained in:
@@ -93,6 +93,15 @@
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.nav_user_name {
|
||||
color: rgba(255,255,255,0.9) !important;
|
||||
padding: 0.5rem 1rem !important;
|
||||
font-weight: 500;
|
||||
display: block;
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* 接单平台样式 */
|
||||
.receive_container {
|
||||
padding: 20px;
|
||||
|
||||
Reference in New Issue
Block a user