Skip to content

Commit

Permalink
fix(admin-ui): session expiration dialog is not being displayed #1081
Browse files Browse the repository at this point in the history
  • Loading branch information
jv18creator committed Jun 12, 2023
1 parent c115409 commit cc16999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/app/routes/Apps/Gluu/GluuSessionTimeoutDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import {
DialogTitle,
DialogContent,
DialogActions,
Button,
Typography,
Slide
} from "@mui/material"
import { Button } from 'Components'
import clsx from "clsx"
import styles from "./styles/GluuSessionTimeoutDialog.style"
import { ThemeContext } from 'Context/theme/themeContext'
Expand Down

0 comments on commit cc16999

Please sign in to comment.