mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
UI - removed unnecessary code
This commit is contained in:
parent
9086587e06
commit
7dc9df425d
1 changed files with 0 additions and 3 deletions
|
|
@ -58,9 +58,6 @@ function useProvideAuth() {
|
|||
.then((res) => {
|
||||
if (res.status === 204) {
|
||||
// Authentication is off
|
||||
res.data.startsWith(
|
||||
"Trying to authenticate but authentication is off"
|
||||
);
|
||||
setAuthOn(false);
|
||||
} else {
|
||||
// Turn on Authentication
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue