We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f48af commit d6e3ec3Copy full SHA for d6e3ec3
README.md
@@ -99,5 +99,12 @@ Alternative Launchers: https://github.com/unitycoder/UnityLauncherPro/wiki/Alter
99
- Find ```displayName: this.userInfo.name,``` (its inside getFormattedUserInfo() method)
100
- replace with any short string for your initials
101
- 
102
+- Hub 3.12.x has everything changed:
103
+- Open IdentityProvider.js
104
+- Find ```const { userInfo: e } = AuthService_1.default;```
105
+- override your initials there
106
+- ```e.name = "🥔 🥔";```
107
+- 
108
+
109
110
<br><br><br><br><br><br><br><br><br><br><br><br>
0 commit comments