Converted LogOn, LogOff, AccessDenied to use the new FollowReturnUrl attribute

--HG--
branch : dev
This commit is contained in:
Erik Porter
2010-03-09 00:41:17 -08:00
parent 64a5415725
commit b435e81533
3 changed files with 38 additions and 42 deletions

View File

@@ -1,10 +1,7 @@
using System;
using Orchard.Mvc.ViewModels;
using Orchard.Mvc.ViewModels;
namespace Orchard.Users.ViewModels {
public class LogOnViewModel : BaseViewModel {
public string Title { get; set; }
public string ReturnUrl { get; set; }
}
}