1- {% load static %}
2- <!DOCTYPE html>
3- <!-- saved from url=(0130)https://cli-auth.heroku.com/auth/cli/callback?code=b334d202-af2c-42d9-94c8-ed88ffbfaaee&state=4f452c91-db9b-482c-90f7-0513afafdb8d -->
4- < html class ="w-100 h-100 login-gradient " lang ="en "> < head > < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
5-
6- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8- < title > Heroku | Login</ title >
9- < link rel ="stylesheet " href ="{% static 'css/purple3.min.css' %} ">
10- < link rel ="stylesheet " href ="{% static 'css/app-a26e92cde3afe8d5333ec54d0608aca2.css' %} ">
11- < link rel ="shortcut icon " type ="image/x-icon " href ="https://www.herokucdn.com/favicons/favicon.ico ">
12- </ head >
13- < body class ="h-100 w-100 flex flex-column ">
14- < div id ="heroku-cookie-banner ">
15- < div class ="heroku-cookie-banner ">
16- < p > We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used and to tailor advertising. You can < a href ="https://www.salesforce.com/company/privacy/full_privacy.jsp#nav_info "> read more</ a > and < a href ="https://www.salesforce.com/company/privacy/full_privacy.jsp#nav_info "> make your cookie choices here</ a > . By continuing to use this site you are giving us your consent to do this.</ p >
17- < a class ="heroku-cookie-banner__dismiss " href ="https://cli-auth.heroku.com/auth/cli/callback?code=b334d202-af2c-42d9-94c8-ed88ffbfaaee&state=4f452c91-db9b-482c-90f7-0513afafdb8d# " role ="button " aria-label ="Dismiss cookie notice ">
18- < svg viewBox ="0 0 16 16 ">
19- < path fill-rule ="evenodd " d ="M6.663 8.01l-3.362 3.362a.955.955 0 0 0-.005 1.352.953.953 0 0 0 1.352-.005L8.01 9.357l3.362 3.362a.955.955 0 0 0 1.352.005.953.953 0 0 0-.005-1.352L9.357 8.01l3.362-3.362a.955.955 0 0 0 .005-1.352.953.953 0 0 0-1.352.005L8.01 6.663 4.648 3.301a.955.955 0 0 0-1.352-.005.953.953 0 0 0 .005 1.352L6.663 8.01z "> </ path >
20- </ svg >
21- </ a >
22- </ div >
23- </ div >
24- < link rel ="stylesheet " href ="{% static 'css/purple3.min.css' %} ">
25- < script src ="{% static 'js/cookie-banner-08945b76c5550ae984a98d2ebf8bbac6.js' %} "> </ script >
26-
27- < main role ="main " class ="flex flex-column w-100 h-100 ">
28- < div class ="flex flex-1 items-center mw-430px-ns self-center w-100 ">
29- < div class ="mh4 w-100 flex flex-column items-center ">
30- < div class ="mt2 mb5 flex flex-column items-center self-center ">
31- < a href ="https://heroku.com/ " class ="db " title ="Heroku ">
32- < img class ="db h5 " src ="{% static 'images/heroku-logotype-vertical-white.svg' alt= "Heroku "> %}">
33- </ a >
34- </ div >
35- < div class ="br2 w-100-ns mw-430px-ns self-center flex flex-column bg-white pv5 ph6 ">
36-
37- < div class ="tc mb4 ">
38- < h1 class ="f1 fw3 purple "> Logged In</ h1 >
39- </ div >
40- < p class ="tc gray-90 ">
41- You can close this page and return to your CLI. It should now be logged in.
42- </ p >
43-
44- </ div >
45- </ div >
46- </ div >
47-
48- < footer class ="mt2 mb5 mw-430px-ns self-center flex flex-column justify-end w-100 ">
49- < div class ="flex flex-column items-center self-center ">
50- < a class ="db flex items-center hk-link no-underline light-gray " href ="https://heroku.com/ ">
51- < span class ="db f3 fw1 mr1 "> Heroku is a</ span >
52- < img class ="db h4 nudge-down--3 " src ="{% static 'images/sfdc@2x.png' alt= "" aria-hidden="true" %}">
53- < span class ="db screenreader-only "> Salesforce</ span > < span class ="f3 fw1 ml1 "> company</ span >
54- </ a >
55- </ div >
56- < div class ="mt2 mh4 self-center w-100-ns mw-430px-ns flex flex-column items-center ">
57- < div >
58- < ul class ="list flex flex-column flex-row-ns pa0 items-center justify-between w-100 ">
59- < li class ="mb2 mb0-ns word-nowrap mr2 ">
60- < a class ="hk-link light-gray no-underline " href ="https://heroku.com/policy/tos "> Terms of Service</ a >
61- </ li >
62- < li class ="mb2 mb0-ns mr2 ">
63- < a class ="hk-link light-gray no-underline " href ="https://www.salesforce.com/company/privacy "> Privacy</ a >
64- </ li >
65- < li class ="mb2 mb0-ns ">
66- < a class ="hk-link light-gray no-underline " href ="https://www.salesforce.com/company/privacy/full_privacy.jsp#nav_info "> Cookies</ a >
67- </ li >
68- </ ul >
69- < div class ="tc light-gray "> © 2021 Salesforce.com</ div >
70- </ div >
71- </ div >
72- </ footer >
73- </ main >
74-
75-
76- </ body > </ html >
1+ {% extends 'user/message.html' %}
2+ {% block title %}Login done{% endblock %}
3+ {% block message %}
4+ You can close this page and return to your CLI. It should now be logged in.
5+ {% endblock %}
0 commit comments