mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Migliora testo
This commit is contained in:
parent
7afc8f81e5
commit
860d370901
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class OsuCommand(LinkerCommand):
|
||||||
f"&redirect_uri={self.base_url}{ApiAuthLoginOsuStar.path}"
|
f"&redirect_uri={self.base_url}{ApiAuthLoginOsuStar.path}"
|
||||||
f"&response_type=code"
|
f"&response_type=code"
|
||||||
f"&state={serializer.dumps(user.uid)}]"
|
f"&state={serializer.dumps(user.uid)}]"
|
||||||
f"Connetti osu! all'account {user.username}"
|
f"Connetti account di osu! a {user.username}"
|
||||||
f"[/url]")
|
f"[/url]")
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue