refactor: enforce setAuthToken to strictly require a token, add /notes to gitignore, and include logo asset.
This commit is contained in:
@@ -6,7 +6,7 @@ type HttpClient = typeof httpClient;
|
||||
|
||||
interface ApiContextValue {
|
||||
client: HttpClient;
|
||||
setAuthToken: (token?: string | null) => void;
|
||||
setAuthToken: (token: string) => void;
|
||||
clearAuthToken: () => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user