Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
little oop
Browse files Browse the repository at this point in the history
svn path=/trunk/xsp/; revision=11514
  • Loading branch information
gonzalop committed Feb 12, 2003
1 parent 69db61b commit b3fe2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/authtest/login.aspx
Expand Up @@ -2,7 +2,7 @@
<%@ Import Namespace="System.Web.Security" %>
<html>
<script language="C#" runat=server>
void Click (object sender, EventArgs e)
void Login_Click (object sender, EventArgs e)
{
if ((UserEmail.Value == "jdoe@somewhere.com") && (UserPass.Value == "password")) {
FormsAuthentication.RedirectFromLoginPage (UserEmail.Value, PersistCookie.Checked);
Expand Down

0 comments on commit b3fe2f5

Please sign in to comment.