remove backend selector selecting text

This commit is contained in:
Pas 2026-01-24 14:32:46 -07:00
parent cc3e5b9c92
commit 9be65870bd

View file

@ -62,9 +62,6 @@ function BackendOptionItem({
{option.loading ? (
<div className="flex items-center gap-2">
<Loading />
<span className="text-type-secondary text-sm">
{t("auth.backendSelection.selecting")}
</span>
</div>
) : option.error ? (
<div className="flex items-center gap-2">