mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
chore: redo some debug oauth waiting strings, dockerfile
This commit is contained in:
parent
86c31126e8
commit
f6b54eb196
5 changed files with 11 additions and 11 deletions
|
@ -5,7 +5,7 @@ import superagent from 'superagent'
|
|||
class OauthCallback extends Component {
|
||||
state = {
|
||||
notReady: true,
|
||||
message: 'chotto matte kudasai...',
|
||||
message: 'giving discord the good news...',
|
||||
url: null,
|
||||
}
|
||||
|
||||
|
@ -28,4 +28,4 @@ class OauthCallback extends Component {
|
|||
}
|
||||
}
|
||||
|
||||
export default connect(OauthCallback)
|
||||
export default connect()(OauthCallback)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue