Update LoginPage.qml

Fixed broken link
This commit is contained in:
DC4RIS 2022-11-26 13:16:32 +01:00 committed by GitHub
parent f78c7c57a8
commit 7dddb40e98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)