cvmts: quth => auth
This commit is contained in:
@@ -26,7 +26,7 @@ export default class AuthManager {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Make sure the fetch returned okay
|
// Make sure the fetch returned okay
|
||||||
if (!response.ok) throw new Error(`Failed to query quth server: ${response.statusText}`);
|
if (!response.ok) throw new Error(`Failed to query auth server: ${response.statusText}`);
|
||||||
|
|
||||||
let json = (await response.json()) as JoinResponse;
|
let json = (await response.json()) as JoinResponse;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user