Fix typo
This commit is contained in:
parent
08a72d8c0c
commit
c6a8ce2d58
@ -99,7 +99,7 @@ async function register() { // Registers a device by sending POST request to API
|
||||
regState = 'fail'
|
||||
regMsg = 'Unauthorised email domain'
|
||||
}
|
||||
window.location.assign(`./registered?res=${regState}&msg=${regMsg}`)
|
||||
window.location.assign(`./registered.html?res=${regState}&msg=${regMsg}`)
|
||||
} else {
|
||||
logout()
|
||||
}
|
||||
|
Reference in New Issue
Block a user