File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Runtime/Editor/VisualElements Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33using UnityEngine . UIElements ;
44using LootLocker ;
55using System . Linq ;
6- using LootLocker . Extension . Responses ;
6+
77#if UNITY_EDITOR && UNITY_2021_3_OR_NEWER
88using LootLocker . Admin ;
99using LootLocker . Extension . DataTypes ;
10+ using LootLocker . Extension . Responses ;
1011
1112public class LootLockerMainWindow : EditorWindow
1213{
Original file line number Diff line number Diff line change @@ -56,8 +56,7 @@ public void AdminExtensionLogin(EventBase e)
5656 {
5757 if ( onComplete . success )
5858 {
59- //LootLockerConfig.current.adminToken = onComplete.auth_token;
60- Debug . Log ( "THIS IS WIZARD: " + onComplete . auth_token ) ;
59+ LootLockerConfig . current . adminToken = onComplete . auth_token ;
6160 EditorPrefs . SetString ( "LootLocker.AdminToken" , onComplete . auth_token ) ;
6261
6362 if ( onComplete . mfa_key != null )
You can’t perform that action at this time.
0 commit comments