Commit 7d98cf1a2bb824872a8f2b41898dfb0866b8847b
1 parent
0aa71c6e
Exists in
master
and in
11 other branches
Fix login
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
index.html
... | ... | @@ -71,10 +71,10 @@ |
71 | 71 | <div id='proposal-result'></div> |
72 | 72 | |
73 | 73 | <div id="login"> |
74 | - <a href="/plugin/oauth_client/google_oauth2?id=3" target="_blank" class="google">Google</a> | |
75 | - <a href="/plugin/oauth_client/facebook?id=2" target="_blank" class="facebook">Facebook</a> | |
76 | - <a href="/plugin/oauth_client/noosfero_oauth2?id=4" target="_blank" class="participa">Participa</a> | |
77 | - Private Token: <input type="text" id="private-token"> | |
74 | + <a href="/plugin/oauth_client/google_oauth2?id=2" target="_blank" class="google">Google</a> | |
75 | + <a href="/plugin/oauth_client/facebook?id=1" target="_blank" class="facebook">Facebook</a> | |
76 | + <a href="/plugin/oauth_client/noosfero_oauth2?id=1" target="_blank" class="participa">Participa</a> | |
77 | + Private Token: <input type="text" id="private-token" style="display: none"> | |
78 | 78 | </div> |
79 | 79 | |
80 | 80 | <footer> | ... | ... |