Skip to content
Snippets Groups Projects
Commit 72fb426c authored by Andreia Gaita's avatar Andreia Gaita
Browse files

Fix initializing the auth view'

parent 3ad9510b
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,10 @@ namespace GitHub.Unity
public override void OnGUI()
{
if (authView == null)
{
CreateViews();
}
authView.OnGUI();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment