-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anna design feedback #290
Anna design feedback #290
Changes from 2 commits
5ef9ce7
3ffa204
d7c41f3
f88a642
7f08450
dd50ad4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ const useLoginInstance = () => { | |
router.push({name: "UserView", params: {id: address.value}}) | ||
} | ||
signUpRequired().then((required) => { | ||
console.log(required) | ||
console.log("signUpRequired?", required) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bitte nicht There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ist ein console.log von dir, wo ich text hinzugefügt habe, damit es nicht mehr komplett random rankommt There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. mach lieber ganz raus |
||
if (!required) { | ||
login() | ||
} else { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Console log s weg