Improve topic sorting: add popular sorting by publications and authors count
This commit is contained in:
@@ -117,7 +117,7 @@ export function logout(callback?: () => void): void {
|
||||
export async function login(credentials: Credentials): Promise<boolean> {
|
||||
try {
|
||||
console.log('Отправка запроса авторизации через GraphQL')
|
||||
|
||||
|
||||
const response = await fetch(`${location.origin}/graphql`, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
|
Reference in New Issue
Block a user