mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
add server-sent errors and reduce oauth flow bare error pages
This commit is contained in:
parent
deef06fa2a
commit
cd70c58cc9
5 changed files with 26 additions and 9 deletions
|
@ -163,7 +163,6 @@ export default class AuthLogin extends React.Component<AuthLoginProps, AuthLogin
|
|||
}
|
||||
|
||||
get dm () {
|
||||
console.log({ e: process.env })
|
||||
if (BOT_HANDLE) {
|
||||
const [username, discrim] = BOT_HANDLE.split('#')
|
||||
return <><b>{ username }</b>#{discrim}</>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue