Skip to content

Commit 4b5a0a4

Browse files
authored
Merge pull request #1525 from ChaosDMG/main
Account creation with token and AccountCreation false
2 parents 883d75b + d1862e3 commit 4b5a0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptionless.Web/ClientApp.angular/app/auth/signup-controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148

149149
this.$onInit = function $onInit() {
150150
vm._source = "app.auth.Signup";
151-
vm._canSignup = !!ENABLE_ACCOUNT_CREATION;
151+
vm._canSignup = !!ENABLE_ACCOUNT_CREATION || !!$stateParams.token;
152152
vm.authenticate = authenticate;
153153
vm.isExternalLoginEnabled = isExternalLoginEnabled;
154154
vm.signup = signup;

0 commit comments

Comments
 (0)