mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-28 15:08:41 +00:00
fix logout button script name -- it was causing runtime error (unable to logout)
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using Plugins.CommonDependencies;
|
||||
using Raindrop;
|
||||
using UnityEngine;
|
||||
using UnityEngine.Events;
|
||||
using UnityEngine.UI;
|
||||
|
||||
[RequireComponent(typeof(Button))]
|
||||
@@ -20,7 +17,6 @@ public class LogoutButton : MonoBehaviour
|
||||
{
|
||||
Debug.Log("logout requested by user UI");
|
||||
ServiceLocator.Instance.Get<RaindropInstance>().Netcom.Logout();
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user