@ -2,7 +2,9 @@ $(function() {
/* convert the links into clickable buttons that go to the
persona service */
$('a.signin').on('click', function() {
navigator.id.request();
navigator.id.request({
siteName: 'Flask Persona Example'
});
return false;
@ -1,5 +1,5 @@
<!doctype html>
<title>{% block title %}{% endblock %} | My Blog</title>
<title>{% block title %}{% endblock %} | Flask Persona Example</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script src="{{ config.PERSONA_JS }}"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>