Skip to content

Commit

Permalink
Fixed UI for User Details
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajdip019 committed Jun 14, 2024
1 parent ac32df5 commit b592ecf
Show file tree
Hide file tree
Showing 11 changed files with 924 additions and 796 deletions.
1 change: 1 addition & 0 deletions src/handlers/session_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ pub async fn revoke_all(
#[debug_handler]
pub async fn delete(
State(state): State<AppState>,
header: HeaderMap,
payload: Json<DeleteSessionsPayload>,
) -> Result<Json<DeleteSessionsResult>> {
// revoke all the sessions
Expand Down
2 changes: 1 addition & 1 deletion ui/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

@layer base {
* {
@apply border-border;
@apply border-border overflow-x-clip;
}

body {
Expand Down
Loading

0 comments on commit b592ecf

Please sign in to comment.