From 7dddb40e98d9e74517d08443ac7f3d18afaf334e Mon Sep 17 00:00:00 2001 From: DC4RIS Date: Sat, 26 Nov 2022 13:16:32 +0100 Subject: [PATCH] Update LoginPage.qml Fixed broken link --- qml/pages/LoginPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/pages/LoginPage.qml b/qml/pages/LoginPage.qml index d71b389..b5f12b9 100644 --- a/qml/pages/LoginPage.qml +++ b/qml/pages/LoginPage.qml @@ -64,7 +64,7 @@ Page { Logic.api.registerApplication("Tooter", 'http://localhost:8000/index.html', // redirect uri, we will need this later on ["read", "write", "follow"], //scopes - "http://grave-design.com/harbour-tooter", //website on the login screen + "https://github.com/poetaster/harbour-tooter#readme", //website on the login screen function(data) { console.log(data)