Skip to content

Commit

Permalink
Merge pull request #17 from nturaga/rstudio_mako_url
Browse files Browse the repository at this point in the history
add correct login url
  • Loading branch information
hexylena authored Aug 23, 2016
2 parents 56a8c01 + 65fe971 commit 198c6d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ie_request.launch(
# through proxy.
notebook_pubkey_url = ie_request.url_template('${PROXY_URL}/rstudio/auth-public-key')
notebook_access_url = ie_request.url_template('${PROXY_URL}/rstudio/')
notebook_login_url = ie_request.url_template('${PROXY_URL}/rstudio/auth-do-sign-in')
notebook_login_url = ie_request.url_template('${PROXY_URL}/rstudio/auth-sign-in')
%>
<html>
Expand Down

0 comments on commit 198c6d9

Please sign in to comment.