add did document link to device details page #44

Merged
pedro merged 11 commits from diddocument into main 2025-01-30 08:50:38 +00:00
Showing only changes of commit 829fb6e2a1 - Show all commits

View file

@ -128,9 +128,10 @@ wait_idhub() {
if [ "${result}" = "Invalid request method" ]; then
break
sleep 2
else
echo "Waiting idhub API"
sleep 1
sleep 3
fi
done
}