@badal405,
Apologies, I only moved the code, but didn’t realize that you are invoking your LoginForm screen incorrectly, this should be:
phoneui.documentReadyHandler = function() {
setInterval(function(){phoneui.gotoPage(‘m1-LoginForm‘, “FADE”)},3000);
}