This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

should be displayed correctly now

Merged Eduard Frankford requested to merge 394_fixing_login into master
Viewing commit 124d06b4
Show latest version
3 files
+ 34
33
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -32,7 +32,7 @@ export class NavbarComponent implements OnInit {
languages = LANGUAGES;
openAPIEnabled?: boolean;
version = '';
contentEditable = false;
contentEditable = true;
oerLink?: String;
account: Account | null = null;