fix space issue

This commit is contained in:
Tommy
2015-02-10 21:02:13 -05:00
parent 27075fa8ea
commit 2902238e4f

View File

@@ -17,10 +17,10 @@
<div class="desc text-left">
<p>I am a huge fan of OAuth. Simply speaking it is the mechanism that allows websites to have <i>Login with facebook</i> style buttons. Recently I was working on a project where I wanted to log someone in with <a href="http://twitch.tv" target="blank">Twitch</a>.
Unfortunately looking through the internet I was unable to find a .NET implementation.
Unfortunately looking through the Internet I was unable to find a .NET implementation.
</p>
<p>
I came accross a cool <a href="https://github.com/owin-middleware/OwinOAuthProviders">OWIN Oauth provider</a>, but unfortunatly they did not have an implementation for twitch. So I did the grunt work, and submitted<a href="https://github.com/owin-middleware/OwinOAuthProviders/pull/47">a pull request</a>.
I came across a cool <a href="https://github.com/owin-middleware/OwinOAuthProviders">OWIN Oauth provider</a>, but unfortunately they did not have an implementation for twitch. So I did the grunt work, and submitted <a href="https://github.com/owin-middleware/OwinOAuthProviders/pull/47">a pull request</a>.
</p>
</div><!--//desc-->
<a class="btn btn-cta-secondary" href="https://github.com/owin-middleware/OwinOAuthProviders/pull/47" target="_blank"><i class="fa fa-code-fork"></i> View Pull Request</a>