mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-18 08:26:29 +02:00
Compare commits
2 Commits
4e5867e8af
...
49c0ab45f6
| Author | SHA1 | Date | |
|---|---|---|---|
| 49c0ab45f6 | |||
| 8b913595da |
@@ -97,7 +97,7 @@ export const useServerAuthenticated = () => {
|
|||||||
isAdmin: userInfo.isAdmin,
|
isAdmin: userInfo.isAdmin,
|
||||||
});
|
});
|
||||||
|
|
||||||
// Fetch and update server version and featuresauthenticateServer
|
// Fetch and update server version and features
|
||||||
try {
|
try {
|
||||||
const serverInfo = await controller.getServerInfo({
|
const serverInfo = await controller.getServerInfo({
|
||||||
apiClientProps: {
|
apiClientProps: {
|
||||||
|
|||||||
Reference in New Issue
Block a user