+ {/* Beta Notice */}
+
+
+ We are currently in closed beta. Please contact Viktor to request an invitation.
+
+
+
+ {/* Error State */}
+ {error && (
+
+
+
+
{error.message}
+
+
+
+
+
+
+ )}
+
+ {/* Loading State */}
+ {isLoading && !error && (
+
+
+ Redirecting to login...
+
+ )}
+
+
+