We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc08ae commit d3636b6Copy full SHA for d3636b6
src/ui/login-button.common.ts
@@ -5,7 +5,7 @@ import { LoginEventData } from './../login-event-data';
5
import { EventData } from "tns-core-modules/data/observable";
6
7
export abstract class LoginButtonBase extends View {
8
- public static loginEvent: string = "logine";
+ public static loginEvent: string = "login";
9
public static logoutEvent: string = "logout";
10
11
initNativeView() {
0 commit comments