()
| 107 | } |
| 108 | |
| 109 | const getDefaultUrl = () => { |
| 110 | const lsDefault = readDefaultServerUrl() |
| 111 | if (lsDefault) return lsDefault |
| 112 | return getCurrentUrl() |
| 113 | } |
| 114 | |
| 115 | const clearAuthToken = () => { |
| 116 | const params = new URLSearchParams(location.search) |
no test coverage detected