Add missing { to azure-easyauth.md

Signed-off-by: emyi146 <emyi146@hotmail.com>
This commit is contained in:
emyi146
2023-07-07 16:01:36 +02:00
committed by GitHub
parent 26125da35e
commit 4e9294acd3
+1 -1
View File
@@ -81,7 +81,7 @@ const app = createApp({
components: {
SignInPage: props => {
const configApi = useApi(configApiRef);
if (configApi.getString('auth.environment') !== 'development')
if (configApi.getString('auth.environment') !== 'development'){
return <ProxiedSignInPage {...props} provider="azure-easyauth" />;
}
return (