pull/5060/head
bunsenstraat 3 months ago committed by bunsenstraat
parent 20fe46d7bf
commit 9351ea9c32
  1. 2
      libs/remix-ui/git/src/lib/gitactions.ts

@ -398,7 +398,7 @@ const tokenWarning = async () => {
const parseError = async (e: any) => { const parseError = async (e: any) => {
console.trace(e) console.trace(e)
if(!e.message) return if (!e.message) return
// if message conttains 401 Unauthorized, show token warning // if message conttains 401 Unauthorized, show token warning
if (e.message.includes('401')) { if (e.message.includes('401')) {

Loading…
Cancel
Save