Merge pull request #15 from cintema/patch-1

Update LoginPage.qml
This commit is contained in:
Mark Washeim 2022-11-28 11:07:05 +01:00 committed by GitHub
commit d64e993ba7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ Page {
Logic.api.registerApplication("Tooter", Logic.api.registerApplication("Tooter",
'http://localhost:8000/index.html', // redirect uri, we will need this later on 'http://localhost:8000/index.html', // redirect uri, we will need this later on
["read", "write", "follow"], //scopes ["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) { function(data) {
console.log(data) console.log(data)