Skip to content

Commit

Permalink
Refresh Code Control info #587
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Feb 3, 2025
1 parent a621942 commit 4abb36b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion myconext-gui/src/routes/PersonalInfo.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,13 @@
copyServerInformation(res);
showControlCode = !isEmpty(res.controlCode);
});
}
const cancelVerifyChoice = () => {
me().then(res => {
copyServerInformation(res);
resetModalsAndQueryParams();
});
}
Expand Down Expand Up @@ -677,7 +684,7 @@
showIdinOptions={showIdinOptions}
showServiceDesk={serviceDeskStart}
showControlCode={showControlCode}
cancel={() => resetModalsAndQueryParams()}/>
cancel={() => cancelVerifyChoice()}/>
</Modal>
{/if}

Expand Down
2 changes: 1 addition & 1 deletion servicedesk-gui/src/icons/calendar-alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions servicedesk-gui/src/tabs/Control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ div.control {
padding-left: 20px;
cursor: pointer;
z-index: 2;
color: var(--sds--palette--main-color--400);

svg {
width: 32px;
Expand Down

0 comments on commit 4abb36b

Please sign in to comment.