Skip to content
Snippets Groups Projects
Commit 42e08a4a authored by Yogmatee Roochun's avatar Yogmatee Roochun
Browse files

orcidClaim debugging

parent 54e21ffc
No related branches found
No related tags found
3 merge requests!380Pipeline changes,!379Build step added for the master branch,!378k8s release
......@@ -241,7 +241,7 @@ class OrcidClaim extends React.Component {
thorApplicationNamespace.notifyClientApp(
thorApplicationNamespace.notify.loginClick,
)
await new Promise(done => setTimeout(() => console.log("after notifyClientApp..."), 300000))
await new Promise(done => setTimeout(() => done(), 300000))
const url = thorApplicationNamespace.getLoginUrl()
window.open(url, 'ORCID')
await new Promise(done => setTimeout(() => console.log("after getLoginUrl..."), 300000))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment