We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee3879 commit bba37b0Copy full SHA for bba37b0
Source/Services/RPSLS.Web/Pages/Index.razor
@@ -13,12 +13,12 @@
13
</div>
14
<input name="username" class="user" type="text" placeholder="Type Username" required />
15
16
- <div class="sign_twitter">
+ <!--< div class="sign_twitter">
17
@if (!string.IsNullOrWhiteSpace(TwitterOptions?.Value?.ConsumerKey) && !string.IsNullOrWhiteSpace(TwitterOptions?.Value?.ConsumerSecret))
18
{
19
<span>or <a href="/api/account/login/twitter"> Sign in with Twitter</a></span>
20
}
21
- </div>
+ </div> -->
22
23
<div class="custom-button">
24
<button type="submit" class="custom-button-link">Enter Game</button>
0 commit comments