mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Converted LogOn, LogOff, AccessDenied to use the new FollowReturnUrl attribute
--HG-- branch : dev
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user