microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.45k stars 2.16k forks source link

[fix] Remove flashing authentication screen #769

Closed iseabock closed 2 months ago

iseabock commented 2 months ago

Motivation and Context

When authentication requirements are met there is still a flash of the authentication screen that can be annoying to see.

Description

This PR simply removes the default true for undefined until the value is actually set resulting in a blank screen until the app either shows the interface or an authentication screen.

Contribution Checklist