mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-07-20 08:35:53 +02:00
Updated RDWeb pages with the two-factor support
This commit is contained in:
parent
80da1889a3
commit
59d9b4b135
24 changed files with 735 additions and 229 deletions
33
RDSFactorWeb/RDWeb/Pages/en-US/token.aspx
Normal file
33
RDSFactorWeb/RDWeb/Pages/en-US/token.aspx
Normal file
|
@ -0,0 +1,33 @@
|
|||
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="token.aspx.cs" Inherits="Pages_en_US_token" %>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<title></title>
|
||||
<script type="text/javascript">
|
||||
function doSomething() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
|
||||
<div>
|
||||
|
||||
<asp:Label ID="Label1" runat="server" Text="Label" Visible="False"></asp:Label>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue