Skip to content
Snippets Groups Projects
Commit 8f815b00 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

When we are authenticated, move on to the next screen.

parent b317a02d
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@
},
function onComplete(authenticated) {
if (authenticated) {
// self.close("authenticate:authenticated");
self.close("authenticate:authenticated");
} else {
//self.find("#cannot_authenticate").hide().fadeIn(400);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment