summaryrefslogtreecommitdiffstats
path: root/openssh-controller.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-08-06 16:12:08 +0000
committerTed Trask <ttrask01@yahoo.com>2012-08-06 16:12:08 +0000
commit2a5cc288277c7db6ac69bbf6828c65f4d441bed2 (patch)
treeafbcee118d64be07310f550017c044693443d2de /openssh-controller.lua
parentcdbf0d0383f78d23a287fa2be031113b3a8fda28 (diff)
downloadacf-openssh-2a5cc288277c7db6ac69bbf6828c65f4d441bed2.tar.bz2
acf-openssh-2a5cc288277c7db6ac69bbf6828c65f4d441bed2.tar.xz
Removed redirect_to_referrer call
Diffstat (limited to 'openssh-controller.lua')
-rw-r--r--openssh-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssh-controller.lua b/openssh-controller.lua
index 9e2f866..47c6766 100644
--- a/openssh-controller.lua
+++ b/openssh-controller.lua
@@ -31,7 +31,7 @@ function listauth(self)
end
function deleteauth(self)
- return self:redirect_to_referrer(self.model.delete_auth(self.clientdata.user, self.clientdata.auth))
+ return self.handle_form(self, self.model.get_delete_auth, self.model.delete_auth, self.clientdata, "Delete", "Delete Authorized Key", "Key Deleted")
end
function addauth(self)