Skip to content
Snippets Groups Projects
Commit affa2e04 authored by Chris Hines's avatar Chris Hines
Browse files

missed one

parent 02ef1565
No related branches found
No related tags found
4 merge requests!106if stat fails, display the error instead of immediately refreshing...,!99Dev,!71Dev,!70Test
Pipeline #12042 passed
......@@ -45,7 +45,7 @@ export class ShareconnectComponent implements OnInit {
site = <Computesite>dataobject['site'];
id = <Identity>dataobject['identity'];
id.site = site;
jobdata.identity = new Identity(id.username, site);
jobdata.identity = new Identity(id.username, site, id.expiry);
let keycert = dataobject['keycert'];
if (keycert !== null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment