Skip to content
Snippets Groups Projects

change oauth_client type to itsyouonline_user

Merged Jo De Boeck requested to merge iyo-user-auth into master
Compare and
1 file
+ 1
1
Preferences
Compare changes
+ 1
1
@@ -17,7 +17,7 @@
</li>
</ul>
</div>
<a class="logout right sm-font" ng-if="!currentUser" href="/restmachine/system/oauth/authenticate" >
<a class="logout right sm-font" ng-if="!currentUser" href="/restmachine/system/oauth/authenticate?type=itsyouonline_user" >
<i class="fa fa-sign-out"></i>
<span>Login</span>
</a>