Skip to content
Snippets Groups Projects
Commit 593b40ba authored by Jack Reed's avatar Jack Reed Committed by Chris Beer
Browse files

Remove inline attribute that is no longer available

parent b2b1d049
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ export class WindowAuthenticationControl extends Component { ...@@ -91,7 +91,7 @@ export class WindowAuthenticationControl extends Component {
<Paper square elevation={4} color="secondary" classes={{ root: classes.paper }}> <Paper square elevation={4} color="secondary" classes={{ root: classes.paper }}>
<Button fullWidth className={classes.topBar} onClick={hasCollapsedContent ? this.handleClickOpen : this.handleConfirm} component="div" color="inherit"> <Button fullWidth className={classes.topBar} onClick={hasCollapsedContent ? this.handleClickOpen : this.handleConfirm} component="div" color="inherit">
<LockIcon className={classes.icon} /> <LockIcon className={classes.icon} />
<Typography className={classes.label} component="h3" variant="body1" color="inherit" inline> <Typography className={classes.label} component="h3" variant="body1" color="inherit">
<SanitizedHtml htmlString={(isInFailureState ? failureHeader : label) || t('authenticationRequired')} ruleSet="iiif" /> <SanitizedHtml htmlString={(isInFailureState ? failureHeader : label) || t('authenticationRequired')} ruleSet="iiif" />
</Typography> </Typography>
<span className={classes.fauxButton}> <span className={classes.fauxButton}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment