null} theme={props.theme}>
-
-
-
-
-
- {description}
-
-
-
-
-
- {
- void deleteAccount('Session ID Upgrade');
- props.onClose();
- }}
- buttonColor={SessionButtonColor.Danger}
- />
-
-
- );
-};
-
-export const SessionIDResetDialog = withTheme(SessionIDResetDialogInner);