Mark
01/24/2021, 3:18 PMlocalhost:8080/login/githublocation<Login>() {
 
    // This never triggers when clicking on cancel
    param("error") {
        println("error occurred")
        call.respondRedirect("/")
    }
 
    handle {
       // Etc, success works fine
    }param("error")