main: Added register error messages
All checks were successful
Build Docker / Build Bot (push) Successful in 22s
Build Docker / Build Master (push) Successful in 29s

This commit is contained in:
2023-09-03 13:48:26 +10:00
parent 9469f23f50
commit d0ff839ff4
4 changed files with 182 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
// Refresh page without status arg
// Wait 10 seconds
setTimeout(function() {
// Refresh page
// Get domain from param
var domain = urlParams.get('domain');
window.location = "https://hnshosting.au/success?domain=" + domain;
}, 10000);