update auto login

This commit is contained in:
2023-10-29 11:04:22 +08:00
parent ef6abbb525
commit 3a63f1acfa
2 changed files with 3 additions and 4 deletions

View File

@ -105,7 +105,7 @@ Widget _defaultWebviewTitleBar(BuildContext context) {
)
: const SizedBox(width: 24),
const SizedBox(width: 12),
SelectableText("${state.url}"),
SelectableText(state.url ?? ""),
const Spacer()
],
));