style: run yarn prettier

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-07-10 16:20:55 +02:00
parent 4e9294acd3
commit fe7de493f8
+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 (