Skip to content

Commit

Permalink
Update src/components/RefreshExpiryDialog/index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyMitch authored Mar 6, 2024
1 parent 53a5dbb commit acbd77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RefreshExpiryDialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const RefreshExpiryDialog = (props: RefreshExpiryDialogProps) => {
<div className="kcr_dialog-content">
<p className="kcr_dialog-message">Your login session has expired.</p>
<button className="kcr_button" onClick={() => login(loginProps)}>
RE-LOG
Log in again
</button>
</div>
</dialog>
Expand Down

0 comments on commit acbd77b

Please sign in to comment.