Added app auth encryption possibility with SHUFFLE_ENCRYPTION_MODIFIER env

This commit is contained in:
frikky
2021-09-16 01:42:38 +02:00
parent 1021a826d6
commit bd69de2f64
5 changed files with 44 additions and 7 deletions
+1 -1
View File
@@ -1488,7 +1488,7 @@ const ParsedAction = (props) => {
<ArrowLeftIcon style={{color: "white"}}/>
</Tooltip>
</IconButton>
<IconButton style={{marginTop: "auto", marginBottom: "auto", height: 30, paddingLeft: 10, paddingRight: 0}} onClick={() => {
<IconButton style={{marginTop: "auto", marginBottom: "auto", height: 30, paddingLeft: 25, paddingRight: 0}} onClick={() => {
setAuthenticationModalOpen(true)
}}>
<Tooltip color="primary" title="Read app docs" placement="top">