Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
445 views
in Technique[技术] by (71.8m points)

reactjs - github教程中的注销功能问题(Problem with log out function in a github tutorial)

i wanna be able to log out of my app, i'm following a github tutorial everything good until i found it was incomplete there was a log out function it says that i just have to do a callback

(我想注销我的应用程序,我在跟随github教程,一切都很好,直到我发现它不完整为止,那里有一个注销功能,它说我只需要做一个回调) 该注销按钮是我想工作的,但不是

the log out funtion is https://github.com/Cazadorx/chatkit-sample-client/blob/master/src/auth/auth.js

(注销功能为https://github.com/Cazadorx/chatkit-sample-client/blob/master/src/auth/auth.js)

and my button is https://github.com/Cazadorx/chatkit-sample-client/blob/master/src/components/UserHeader/index.js

(我的按钮是https://github.com/Cazadorx/chatkit-sample-client/blob/master/src/components/UserHeader/index.js)

i'm learning programming so forgive me if im doing something wrong

(我正在学习编程,所以如果我做错了事,请原谅我)

i'm using react to code , auth0 for authentification and netlify for deploy pls help me

(我正在使用对代码的反应,auth0进行身份验证和netlify进行部署请帮助我)

  ask by Gabriel Andres translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...