replaced button with href

This commit is contained in:
Shailaja Kumari 2024-02-09 11:36:27 +05:30
parent 0c69354aca
commit bc31779360
Signed by: shailaja
GPG Key ID: 81C942771BB69898
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
<title>Inoreader To Readwise</title>
</head>
<body>
<button onclick="redirectToOAuth()">Login using inoreader</button>
<!-- <button onclick="redirectToOAuth()">Login using inoreader</button> -->
<a href="{{oauth_url}}">Login via InoReader</a>
<script>
function redirectToOAuth() {
// Encode URL components using Jinja filters