Commit 4c7f555ff89d9f5f1c977fb6c5cc25482d183187
1 parent
3495acae
Exists in
master
and in
8 other branches
Revert "Fix oauth login"
This reverts commit 3495acae0df68ea9522f564239db8c98a03f64f8.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
index.html
| @@ -333,8 +333,8 @@ | @@ -333,8 +333,8 @@ | ||
| 333 | </div> | 333 | </div> |
| 334 | <div class="oauth"> | 334 | <div class="oauth"> |
| 335 | <div class="label">Acessar com:</div> | 335 | <div class="label">Acessar com:</div> |
| 336 | - <a href="http://www.participa.br/plugin/oauth_client/facebook?oauth_client_popup=true&id=1" target="_blank" class="facebook">Facebook</a> | ||
| 337 | - <a href="http://www.participa.br/plugin/oauth_client/google_oauth2?oauth_client_popup=true&id=2" target="_blank" class="google">Google +</a> | 336 | + <a href="/plugin/oauth_client/facebook?oauth_client_popup=true&id=1" target="_blank" class="facebook">Facebook</a> |
| 337 | + <a href="/plugin/oauth_client/google_oauth2?oauth_client_popup=true&id=2" target="_blank" class="google">Google +</a> | ||
| 338 | <a href="http://www.participa.br/account/signup" target="_blank" class="new-user">Cadastrar</a> | 338 | <a href="http://www.participa.br/account/signup" target="_blank" class="new-user">Cadastrar</a> |
| 339 | </div> | 339 | </div> |
| 340 | </form> | 340 | </form> |