gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 424/459: support student bfh addresses


From: gnunet
Subject: [reclaim-ui] 424/459: support student bfh addresses
Date: Fri, 11 Jun 2021 23:28:36 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit 8325dc6d0aae21fa9507d886578f0f4190d5eb42
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Thu Jan 14 17:21:15 2021 +0100

    support student bfh addresses
---
 src/app/edit-identity/edit-identity.component.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/app/edit-identity/edit-identity.component.ts 
b/src/app/edit-identity/edit-identity.component.ts
index d8ac78a..c9778bc 100644
--- a/src/app/edit-identity/edit-identity.component.ts
+++ b/src/app/edit-identity/edit-identity.component.ts
@@ -810,6 +810,8 @@ export class EditIdentityComponent implements OnInit {
         account = emailAddr.substr(0, emailAddr.indexOf('@')+1) + 
'as.aisec.fraunhofer.de';
       } else if (emailAddr.substr(emailAddr.indexOf('@')+1) === 'bfh.ch') {
         account = emailAddr.substr(0, emailAddr.indexOf('@')+1) + 
'omejdn.nslab.ch';
+      } else if (emailAddr.substr(emailAddr.indexOf('@')+1) === 
'students.bfh.ch') {
+        account = emailAddr.substr(0, emailAddr.indexOf('@')+1) + 
'omejdn.nslab.ch';
       }
     }
     this.importInProgress = true;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]