void Update()

in Cognito User Pools Authentication Lab/Cognito.cs [55:59]


    void Update()
    {
        if (signInSuccessful)
            SceneManager.LoadScene(1);
    }