Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 31ef4e4

Browse files
committed
MagicLinkRequestedViewController: use a new source tag for support tracking.
1 parent 74830ef commit 31ef4e4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

WordPressAuthenticator/Authenticator/WordPressSupportSourceTag.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,7 @@ extension WordPressSupportSourceTag {
7575
return WordPressSupportSourceTag(name: "wpComSignupApple", origin: "origin:signup-apple")
7676
}
7777

78+
public static var wpComLoginMagicLinkAutoRequested: WordPressSupportSourceTag {
79+
return WordPressSupportSourceTag(name: "wpComLoginMagicLinkAutoRequested", origin: "origin:login-email")
80+
}
7881
}

WordPressAuthenticator/Unified Auth/View Related/Login/MagicLinkRequestedViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ final class MagicLinkRequestedViewController: LoginViewController {
2828
}
2929

3030
override var sourceTag: WordPressSupportSourceTag {
31-
.loginMagicLink
31+
.wpComLoginMagicLinkAutoRequested
3232
}
3333

3434
// MARK: - View lifecycle

0 commit comments

Comments
 (0)