From 2a5cc288277c7db6ac69bbf6828c65f4d441bed2 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 6 Aug 2012 16:12:08 +0000 Subject: Removed redirect_to_referrer call --- openssh-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssh-controller.lua') 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) -- cgit v1.2.3