You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/classes/Iterable.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -989,7 +989,7 @@ export class Iterable {
989
989
// Asks frontend of the client/app to pass authToken
990
990
Iterable.savedConfig.authHandler!()
991
991
.then((promiseResult)=>{
992
-
// Promise result can be either just String OR of type AuthRespronse.
992
+
// Promise result can be either just String OR of type AuthResponse.
993
993
// If type AuthReponse, authToken will be parsed looking for `authToken` within promised object. Two additional listeners will be registered for success and failure callbacks sent by native bridge layer.
0 commit comments