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 3
3
using UnityEngine . UIElements ;
4
4
using LootLocker ;
5
5
using System . Linq ;
6
- using LootLocker . Extension . Responses ;
6
+
7
7
#if UNITY_EDITOR && UNITY_2021_3_OR_NEWER
8
8
using LootLocker . Admin ;
9
9
using LootLocker . Extension . DataTypes ;
10
+ using LootLocker . Extension . Responses ;
10
11
11
12
public class LootLockerMainWindow : EditorWindow
12
13
{
Original file line number Diff line number Diff line change @@ -56,8 +56,7 @@ public void AdminExtensionLogin(EventBase e)
56
56
{
57
57
if ( onComplete . success )
58
58
{
59
- //LootLockerConfig.current.adminToken = onComplete.auth_token;
60
- Debug . Log ( "THIS IS WIZARD: " + onComplete . auth_token ) ;
59
+ LootLockerConfig . current . adminToken = onComplete . auth_token ;
61
60
EditorPrefs . SetString ( "LootLocker.AdminToken" , onComplete . auth_token ) ;
62
61
63
62
if ( onComplete . mfa_key != null )
You can’t perform that action at this time.
0 commit comments