chore: remove console log
This commit is contained in:
parent
10640feeef
commit
7208888a1c
@ -54,7 +54,6 @@ export class Home extends LiteElement {
|
|||||||
private readonly validateOrgNameMax = maxLengthValidator(40);
|
private readonly validateOrgNameMax = maxLengthValidator(40);
|
||||||
|
|
||||||
connectedCallback() {
|
connectedCallback() {
|
||||||
console.log("saldfhjkass");
|
|
||||||
if (this.authState) {
|
if (this.authState) {
|
||||||
if (this.slug) {
|
if (this.slug) {
|
||||||
this.navTo(`/orgs/${this.slug}`);
|
this.navTo(`/orgs/${this.slug}`);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user