Added refresh token control in oauth2 registrations

This commit is contained in:
frikky
2022-01-29 18:57:31 +01:00
parent 3dda16cfe7
commit cc2610c2cb
2 changed files with 50 additions and 28 deletions
+2
View File
@@ -2558,6 +2558,7 @@ const ParsedAction = (props) => {
SelectDisplayProps={{
style: {
marginLeft: 10,
maxWidth: 250,
},
}}
fullWidth
@@ -2631,6 +2632,7 @@ const ParsedAction = (props) => {
>
<IconButton
color="primary"
variant="outlined"
style={{}}
onClick={() => {
setAuthenticationModalOpen(true);