auth: dodano guard ścieżek

This commit is contained in:
2023-01-31 17:13:34 +01:00
parent 6288fbbde1
commit 2cb8b1dc15
5 changed files with 47 additions and 24 deletions
+2
View File
@@ -89,6 +89,8 @@ export interface IStore {
alertMessage: string;
confirmMessage: string;
maxVisibleResults: number;
changesResponse: string[];
}