mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: remove fullscreen from <ExternalAuthPageView /> <Loading /> (#22074)
This commit is contained in:
@@ -59,7 +59,7 @@ export const ExternalAuthPageView: FC<ExternalAuthPageViewProps> = ({
|
||||
}
|
||||
|
||||
if (isLoading || !auths) {
|
||||
return <Loader fullscreen />;
|
||||
return <Loader />;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user