mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 18:33:01 +00:00
improved loading screen with spinner
This commit is contained in:
@@ -51,9 +51,5 @@ export function Auth({ children }: AuthProviderProps) {
|
||||
</div>
|
||||
);
|
||||
|
||||
return (
|
||||
<Loading>
|
||||
<span className="text-xs px-2 py-1 bg-input">Understanding your authentication state</span>
|
||||
</Loading>
|
||||
);
|
||||
return <Loading message={"Understanding your authentication state"} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user