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
cmd.Log.Debugf("Platform version %s is greater than or equal to %s, platform is using the new activation flow, so skipping admin email prompt", platformVersion, minPlatformVersionWithNewActivationFlow)
230
+
returntrue
231
+
}
232
+
233
+
cmd.Log.Debugf("Platform version %s is not using the new activation flow, so admin email is required", platformVersion)
234
+
returnfalse
235
+
}
236
+
225
237
funcvalidateEmail(emailAddressstring) error {
226
238
ifemailAddress=="" {
227
239
returnfmt.Errorf("admin email address is required")
0 commit comments