Skip to content

Commit

Permalink
Make profileStatusError text longer in a story
Browse files Browse the repository at this point in the history
  • Loading branch information
gzdunek committed Nov 14, 2024
1 parent 46b937f commit 788503d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {

const makeTitle = (userWithClusterName: string) => userWithClusterName;
const profileStatusError =
'No YubiKey device connected with serial number 14358031';
'No YubiKey device connected with serial number 14358031. Connect the device and try again.';

const OpenedIdentity = (props: IdentityProps) => {
const ref = useRef<IdentityHandler>();
Expand Down

0 comments on commit 788503d

Please sign in to comment.