Skip to content

Commit a9029ec

Browse files
erjaintjain-ms
andauthored
fix #33760 (#33793)
Co-authored-by: Tarun Jain <[email protected]>
1 parent b7713ce commit a9029ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/maui/navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public Task InitializeAsync()
160160
{
161161
return NavigateToAsync(string.IsNullOrEmpty(_settingsService.AuthAccessToken)
162162
? "//Login"
163-
: "//Main/Catalog";
163+
: "//Main/Catalog");
164164
}
165165
```
166166

0 commit comments

Comments
 (0)