Skip to content

Commit bba37b0

Browse files
authored
Nuked twitter support
1 parent fee3879 commit bba37b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Services/RPSLS.Web/Pages/Index.razor

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
</div>
1414
<input name="username" class="user" type="text" placeholder="Type Username" required />
1515

16-
<div class="sign_twitter">
16+
<!--< div class="sign_twitter">
1717
@if (!string.IsNullOrWhiteSpace(TwitterOptions?.Value?.ConsumerKey) && !string.IsNullOrWhiteSpace(TwitterOptions?.Value?.ConsumerSecret))
1818
{
1919
<span>or <a href="/api/account/login/twitter"> Sign in with Twitter</a></span>
2020
}
21-
</div>
21+
</div> -->
2222

2323
<div class="custom-button">
2424
<button type="submit" class="custom-button-link">Enter Game</button>

0 commit comments

Comments
 (0)