rebranding

This commit is contained in:
sk
2022-11-24 20:37:04 +01:00
parent b0d8084ac2
commit 6e52ebc299
34 changed files with 82 additions and 92 deletions

View File

@@ -11,9 +11,9 @@ public class CreateOAuthApp extends MastodonAPIRequest<Application>{
}
private static class Request{
public String clientName="Mastodos";
public String clientName="Megalodon";
public String redirectUris=AccountSessionManager.REDIRECT_URI;
public String scopes=AccountSessionManager.SCOPE;
public String website="https://sk22.github.io/mastodos";
public String website="https://sk22.github.io/megalodon";
}
}