1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Frontend cleanups

Mainly:

 - better handling of GraphQL errors
 - better logout state
 - dependencies update
 - a way to end browser sessions in the GraphQL API
This commit is contained in:
Quentin Gliech
2023-06-20 15:05:48 +02:00
parent ebb87f0a5e
commit f67cc0d6d0
24 changed files with 1072 additions and 230 deletions

View File

@ -17,9 +17,5 @@
/** @type {import('postcss-load-config').Config} */
module.exports = {
plugins: [
require("tailwindcss"),
require("autoprefixer"),
require("postcss-prune-var"),
],
plugins: [require("tailwindcss"), require("autoprefixer")],
};