Hello! Help me please. After successful registration, let's load the next view into which to render another 2 view

success: function(success) { this.NextView = new NextView(); $('.wrapper').html(this.NextView.el); }, 

When the user has already registered and is located on the next view by pressing the refresh (f5) button, I will be transferred again to the registration. How to make it happen. Maybe you need to register in the router? /

    1 answer 1

    Of course, that page with nextView should be registered in the router. And in general, after registration, you must have a transition to the desired route, and not launch another view. The router itself will have to start it.