summaryrefslogtreecommitdiffstats
path: root/projecttemplates/WebFormsRelyingParty/Members/AccountInfo.aspx.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-10-26 09:10:56 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-10-26 09:10:56 -0700
commitbc78dd3a83e30c823d1054f26eb84ec24cdfc22a (patch)
treeadcccf2bb641f0ad7412297d5d0bf1c36cce98a1 /projecttemplates/WebFormsRelyingParty/Members/AccountInfo.aspx.cs
parent94799883fc2440879a54cf5b23929fabf10892f2 (diff)
downloadDotNetOpenAuth-bc78dd3a83e30c823d1054f26eb84ec24cdfc22a.zip
DotNetOpenAuth-bc78dd3a83e30c823d1054f26eb84ec24cdfc22a.tar.gz
DotNetOpenAuth-bc78dd3a83e30c823d1054f26eb84ec24cdfc22a.tar.bz2
Fixed bad comment and StyleCop message.
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty/Members/AccountInfo.aspx.cs')
-rw-r--r--projecttemplates/WebFormsRelyingParty/Members/AccountInfo.aspx.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/Members/AccountInfo.aspx.cs b/projecttemplates/WebFormsRelyingParty/Members/AccountInfo.aspx.cs
index e7113a8..d409fff 100644
--- a/projecttemplates/WebFormsRelyingParty/Members/AccountInfo.aspx.cs
+++ b/projecttemplates/WebFormsRelyingParty/Members/AccountInfo.aspx.cs
@@ -35,7 +35,7 @@ namespace WebFormsRelyingParty.Members {
protected void addOpenId_Click(object sender, EventArgs e) {
// We don't need to do anything here. The postback itself
// is enough to fire the event that gets the new openid added.
- openIdBox.Focus();
+ this.openIdBox.Focus();
}
protected void deleteOpenId_Command(object sender, CommandEventArgs e) {