This commit is contained in:
Tykayn 2025-10-03 14:00:35 +02:00 committed by tykayn
parent f991aee8ed
commit bdb3728494
13 changed files with 283 additions and 20 deletions

View file

@ -7,5 +7,14 @@ import { Component } from '@angular/core';
styleUrl: './osm.scss'
})
export class Osm {
osmPseudo: string='';
isLogginIn: any = false;
logout() {
}
login() {
}
}