[chore] Use sloth flavour

This commit is contained in:
tobi
2024-12-19 14:28:35 +01:00
parent 7415961063
commit c541d569cf
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ async function registerApp(domain) {
const protocol = localStorage.getItem(`protocol`) ?? `https://`;
const appsUrl = `${protocol}${domain}/api/v1/apps`;
const formData = new FormData();
formData.append('client_name', 'Masto-FE standalone');
formData.append('client_name', 'Masto-FE (🦥 flavour)');
formData.append('redirect_uris', document.location.origin + document.location.pathname);
formData.append('scopes', 'read write follow push');